Skip to content

Commit

Permalink
Generate diagram via GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mlambie committed May 8, 2024
1 parent 7195be6 commit 02549e7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/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@master
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
excluded_paths: ".github"

0 comments on commit 02549e7

Please sign in to comment.