Skip to content

Commit eef3688

Browse files
authored
Change diagram output format from PNG to SVG
1 parent 64f71de commit eef3688

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Download missing dependencies
3535
run: sudo apt install graphviz
3636
- 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 ..
37+
run: cd ./paper && dot -Tsvg ./architecture.dot -o architecture.svg
38+
&& dot -Tsvg ./ses-mb.dot -o ses-mb.svg && cd ..
3939
- name: Setup Pages
4040
uses: actions/configure-pages@v5
4141
- name: Upload artifact

0 commit comments

Comments
 (0)