We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172f9c5 commit 9806a88Copy full SHA for 9806a88
.github/workflows/wiki.yml
@@ -52,12 +52,13 @@ jobs:
52
run: |
53
python vault.py
54
python boundary.py
55
- mv *.png ../wiki/
+ mv *.png ${{github.workspace}}/artifacts/wiki/
56
+ ls ../wiki/
57
58
- uses: actions/upload-artifact@v4
59
with:
60
name: diagrams
- path: ../wiki/
61
+ path: ${{github.workspace}}/artifacts/wiki/
62
63
deploy-wiki:
64
needs: generate_diagrams
0 commit comments