Skip to content

Commit

Permalink
Install GraphViz before building docs on GitHub (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire authored Mar 4, 2024
1 parent 1a1e6d2 commit 6002d32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
- name: 'Create Temporary Branch'
run: |
git checkout -b "docs-$GITHUB_SHA"
- name: Install GraphViz
run: sudo apt update && sudo apt install --yes graphviz
- name: 'Publish Docs'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6002d32

Please sign in to comment.