We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a908c commit 1ff3a1fCopy full SHA for 1ff3a1f
1 file changed
.github/workflows/pages.yaml
@@ -20,8 +20,8 @@ jobs:
20
- uses: actions/checkout@v4
21
with:
22
submodules: recursive
23
- - name: Install Doxygen
24
- run: sudo apt-get update && sudo apt-get install -y doxygen
+ - name: Install Doxygen and Graphviz
+ run: sudo apt-get update && sudo apt-get install -y doxygen graphviz
25
- name: Generate Documentation
26
run: cd docs && doxygen Doxyfile
27
- name: Copy doxygen-awesome files
0 commit comments