We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4cb8e commit 64f71deCopy full SHA for 64f71de
1 file changed
.github/workflows/static.yml
@@ -34,7 +34,8 @@ jobs:
34
- name: Download missing dependencies
35
run: sudo apt install graphviz
36
- name: Building diagrams
37
- run: dot -Tpng ./paper/architecture.dot -o architecture.png && dot -Tpng ./paper/ses-mb.dot -o ses-mb.png
+ run: cd ./paper && dot -Tpng ./architecture.dot -o architecture.png
38
+ && dot -Tpng ./ses-mb.dot -o ses-mb.png && cd ..
39
- name: Setup Pages
40
uses: actions/configure-pages@v5
41
- name: Upload artifact
0 commit comments