Skip to content

Commit b1db836

Browse files
authored
added graphviz depenency
1 parent f270e4b commit b1db836

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/static_html_deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build and deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["develop"]
7+
branches: ["master"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -30,6 +30,8 @@ jobs:
3030
ref: develop
3131
- name: Install poetry
3232
run: pipx install poetry
33+
- name: Install dot
34+
run: sudo apt update && sudo apt install -y pandoc graphviz
3335
- uses: actions/setup-python@v5
3436
with:
3537
python-version: "3.10"

0 commit comments

Comments
 (0)