Skip to content

Commit 89647b7

Browse files
authored
Update create-diagram.yml
1 parent 4dd1c8b commit 89647b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/create-diagram.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ jobs:
2828
run: npm install -g repo-visualizer
2929

3030
- name: Generate diagram
31-
run: |
32-
repo-visualizer \
33-
--repo-path . \
34-
--output diagram.svg \
35-
--exclude "ignore,.github"
31+
run: npx repo-visualizer --repo-path . --output diagram.svg --exclude "ignore,.github"
3632

3733
- name: Commit diagram changes
3834
id: commit_changes

0 commit comments

Comments
 (0)