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 a6010b1 commit 79ed0e9Copy full SHA for 79ed0e9
.github/workflows/wiki.yml
@@ -45,14 +45,17 @@ jobs:
45
run: |
46
pip install -U pip
47
pip install diagrams
48
+ sudo apt update
49
+ sudo apt install graphviz
50
51
- name: generate diagrams
52
53
python vault.py
54
python boundary.py
- mv *.png ${{github.workspace}}/artifacts/wiki/
55
+ mv *.png ../wiki/
56
57
deploy-wiki:
58
+ needs: generate_diagrams
59
environment:
60
name: github-pages
61
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments