Skip to content

Commit 4eaa25a

Browse files
authored
Merge pull request #43 from Shayan-Ghani/diagram-fix
fix (ci): changed wiki dir to relative path
2 parents ce8f12e + 79ed0e9 commit 4eaa25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
python vault.py
5454
python boundary.py
55-
mv *.png ${{github.workspace}}/artifacts/wiki/
55+
mv *.png ../wiki/
5656
5757
deploy-wiki:
5858
needs: generate_diagrams

0 commit comments

Comments
 (0)