Skip to content

Commit

Permalink
docs: Fix missing graphviz outputs in generated docs (#1392)
Browse files Browse the repository at this point in the history
Fixes #1388
  • Loading branch information
cosmin committed May 1, 2024
1 parent fe885b3 commit 62f861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: Install dependencies
run: |
sudo apt install -y doxygen
sudo apt install -y doxygen graphviz
python3 -m pip install \
sphinx==7.1.2 \
sphinxcontrib.plantuml \
Expand Down

0 comments on commit 62f861c

Please sign in to comment.