Skip to content

Commit

Permalink
Merge pull request #44 from Shayan-Ghani/wiki-artifact
Browse files Browse the repository at this point in the history
fix(ci): added upload and download to share the generated diagrams
  • Loading branch information
Shayan-Ghani authored Aug 30, 2024
2 parents 4eaa25a + 172f9c5 commit 363f059
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
python vault.py
python boundary.py
mv *.png ../wiki/
- uses: actions/upload-artifact@v4
with:
name: diagrams
path: ../wiki/

deploy-wiki:
needs: generate_diagrams
Expand All @@ -63,6 +68,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name : download diagram artifacts
uses: actions/download-artifact@v4
with:
name: diagrams

- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 363f059

Please sign in to comment.