Skip to content

Commit 79ed0e9

Browse files
committed
fix (ci): changed wiki dir to relative path
1 parent a6010b1 commit 79ed0e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/wiki.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,17 @@ jobs:
4545
run: |
4646
pip install -U pip
4747
pip install diagrams
48+
sudo apt update
49+
sudo apt install graphviz
4850
4951
- name: generate diagrams
5052
run: |
5153
python vault.py
5254
python boundary.py
53-
mv *.png ${{github.workspace}}/artifacts/wiki/
55+
mv *.png ../wiki/
5456
5557
deploy-wiki:
58+
needs: generate_diagrams
5659
environment:
5760
name: github-pages
5861
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)