Spaces:
Runtime error
Runtime error
Dripto Saha
commited on
Diagram file
Browse files
.github/workflows/create-diagram.yml
CHANGED
@@ -12,3 +12,7 @@ jobs:
|
|
12 |
uses: actions/checkout@master
|
13 |
- name: Update diagram
|
14 |
uses: githubocto/repo-visualizer@main
|
|
|
|
|
|
|
|
|
|
12 |
uses: actions/checkout@master
|
13 |
- name: Update diagram
|
14 |
uses: githubocto/repo-visualizer@main
|
15 |
+
with:
|
16 |
+
output_file: "diagram.svg"
|
17 |
+
excluded_paths: "ignore,.github,.idea"
|
18 |
+
|