Skip to content

Commit

Permalink
debug: add ls and relative path for diagram files
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan-Ghani committed Aug 30, 2024
1 parent 1ad9ea2 commit 52901dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
run: |
python vault.py
python boundary.py
mv *.png ${{github.workspace}}/artifacts/wiki/
ls -ltrh
mv *.png ../wiki/
ls -ltrh ../wiki/
deploy-wiki:
needs: generate_diagrams
Expand Down

0 comments on commit 52901dc

Please sign in to comment.