Skip to content

Commit

Permalink
Merge pull request #45 from Shayan-Ghani/wiki-artifact
Browse files Browse the repository at this point in the history
fix(ci) : replace relative path with workspace variable
  • Loading branch information
Shayan-Ghani authored Aug 30, 2024
2 parents 363f059 + 9806a88 commit 7e70e0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ jobs:
run: |
python vault.py
python boundary.py
mv *.png ../wiki/
mv *.png ${{github.workspace}}/artifacts/wiki/
ls ../wiki/
- uses: actions/upload-artifact@v4
with:
name: diagrams
path: ../wiki/
path: ${{github.workspace}}/artifacts/wiki/

deploy-wiki:
needs: generate_diagrams
Expand Down

0 comments on commit 7e70e0e

Please sign in to comment.