Skip to content

Commit

Permalink
add Repo visualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhamdy committed Aug 4, 2023
1 parent e32f2dd commit 44b8069
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: "ignore,.github"

0 comments on commit 44b8069

Please sign in to comment.