We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f385078 commit 3d4486fCopy full SHA for 3d4486f
1 file changed
.github/workflows/static.yml
@@ -31,9 +31,10 @@ jobs:
31
steps:
32
- name: Checkout
33
uses: actions/checkout@v4
34
- - name: Build diagrams
35
- run: sudo apt install graphviz && dot -Tpng ./paper/architecture.dot -o architecture.png && \
36
- dot -Tpng ./paper/ses.dot -o ses.png
+ - name: Download missing dependencies
+ run: sudo apt install graphviz
+ - name: Building diagrams
37
+ run: dot -Tpng ./paper/architecture.dot -o architecture.png && dot -Tpng ./paper/ses.dot -o ses.png
38
- name: Setup Pages
39
uses: actions/configure-pages@v5
40
- name: Upload artifact
0 commit comments