Skip to content

Commit 172f9c5

Browse files
committed
fix(ci): added upload and download to share the generated diagrams
1 parent 4eaa25a commit 172f9c5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/wiki.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
python vault.py
5454
python boundary.py
5555
mv *.png ../wiki/
56+
57+
- uses: actions/upload-artifact@v4
58+
with:
59+
name: diagrams
60+
path: ../wiki/
5661

5762
deploy-wiki:
5863
needs: generate_diagrams
@@ -63,6 +68,12 @@ jobs:
6368
steps:
6469
- name: Checkout
6570
uses: actions/checkout@v4
71+
72+
- name : download diagram artifacts
73+
uses: actions/download-artifact@v4
74+
with:
75+
name: diagrams
76+
6677
- name: Setup Pages
6778
uses: actions/configure-pages@v5
6879
- name: Upload artifact

0 commit comments

Comments
 (0)