Skip to content

Commit 0366513

Browse files
authored
Update static.yml to change branch and file names
1 parent 3d4486f commit 0366513

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
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["master"]
7+
branches: ["all"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -34,7 +34,7 @@ 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.dot -o ses.png
37+
run: dot -Tpng ./paper/architecture.dot -o architecture.png && dot -Tpng ./paper/ses-mb.dot -o ses-mb.png
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v5
4040
- name: Upload artifact

0 commit comments

Comments
 (0)