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