We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4486f commit 0366513Copy full SHA for 0366513
1 file changed
.github/workflows/static.yml
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["master"]
+ branches: ["all"]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
@@ -34,7 +34,7 @@ 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.dot -o ses.png
+ run: dot -Tpng ./paper/architecture.dot -o architecture.png && dot -Tpng ./paper/ses-mb.dot -o ses-mb.png
38
- name: Setup Pages
39
uses: actions/configure-pages@v5
40
- name: Upload artifact
0 commit comments