Skip to content

Commit

Permalink
chore: Install graphviz in build workflow
Browse files Browse the repository at this point in the history
Needed for the graphviz Sphinx extension.
  • Loading branch information
luator committed Sep 3, 2024
1 parent 8bb12b8 commit 9e2d2f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Install graphviz
run: |
apt-get install -y graphviz
- name: Build and Deploy Documentation
uses: sphinx-notes/pages@v3
with:
Expand Down

0 comments on commit 9e2d2f5

Please sign in to comment.