Skip to content

Commit 64f71de

Browse files
authored
Refactor diagram building commands in workflow
1 parent 2a4cb8e commit 64f71de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- name: Download missing dependencies
3535
run: sudo apt install graphviz
3636
- name: Building diagrams
37-
run: dot -Tpng ./paper/architecture.dot -o architecture.png && dot -Tpng ./paper/ses-mb.dot -o ses-mb.png
37+
run: cd ./paper && dot -Tpng ./architecture.dot -o architecture.png
38+
&& dot -Tpng ./ses-mb.dot -o ses-mb.png && cd ..
3839
- name: Setup Pages
3940
uses: actions/configure-pages@v5
4041
- name: Upload artifact

0 commit comments

Comments
 (0)