Skip to content

Commit

Permalink
added graphviz depenency
Browse files Browse the repository at this point in the history
  • Loading branch information
spjuhel authored Apr 14, 2024
1 parent f270e4b commit b1db836
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static_html_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["develop"]
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -30,6 +30,8 @@ jobs:
ref: develop
- name: Install poetry
run: pipx install poetry
- name: Install dot
run: sudo apt update && sudo apt install -y pandoc graphviz
- uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down

0 comments on commit b1db836

Please sign in to comment.