Skip to content

Commit

Permalink
[CI] Fix figure rendering in Doxygen (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
roastduck authored Jan 15, 2024
1 parent d95f952 commit 03beb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
# Doxygen from Spack can't be used together with our Python venv. So run it in this separated step
source /opt/spack/share/spack/setup-env.sh
spack load doxygen+graphviz
spack load doxygen+graphviz^graphviz+libgd
doxygen Doxyfile
- name: Build and publish doc
run: |
Expand Down

0 comments on commit 03beb6d

Please sign in to comment.