Skip to content

Commit

Permalink
Create create diagram.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhmiller authored Mar 21, 2024
1 parent 672eb73 commit 8e7216b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/create diagram.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Create diagram
on:
workflow_dispatch: {}
push:
branches: [main]
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Update diagram
uses: githubocto/repo-visualizer@739781b29396ea08b529226d8970a5f17a01c52c
with:
excluded_paths: "diagram.svg,app/.dockerignore,.github,.gitignore,LICENSE"
branch: diagram

0 comments on commit 8e7216b

Please sign in to comment.