Skip to content

Commit 386d63c

Browse files
committed
Add Repo Visualizer
1 parent fb57b04 commit 386d63c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/diagram.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Create diagram
2+
on:
3+
workflow_dispatch: {}
4+
push:
5+
branches:
6+
- master
7+
jobs:
8+
get_data:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@master
13+
- name: Update diagram
14+
uses: githubocto/repo-visualizer@main
15+
with:
16+
excluded_paths: "ignore,.github,.netlify,node_modules,build,public,.next"

0 commit comments

Comments
 (0)