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 4eaa25a commit 172f9c5Copy full SHA for 172f9c5
.github/workflows/wiki.yml
@@ -53,6 +53,11 @@ jobs:
53
python vault.py
54
python boundary.py
55
mv *.png ../wiki/
56
+
57
+ - uses: actions/upload-artifact@v4
58
+ with:
59
+ name: diagrams
60
+ path: ../wiki/
61
62
deploy-wiki:
63
needs: generate_diagrams
@@ -63,6 +68,12 @@ jobs:
68
steps:
64
69
- name: Checkout
65
70
uses: actions/checkout@v4
71
72
+ - name : download diagram artifacts
73
+ uses: actions/download-artifact@v4
74
75
76
66
77
- name: Setup Pages
67
78
uses: actions/configure-pages@v5
79
- name: Upload artifact
0 commit comments