We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fb9c6 commit 88aee12Copy full SHA for 88aee12
.github/workflows/deploy-docs.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install Doxygen and Graphviz
20
run: |
21
sudo apt-get update
22
- sudo apt-get install doxygen graphviz -y
+ sudo apt-get install doxygen=1.13.2 graphviz -y
23
24
# Step 3: Generate Doxygen documentation
25
- name: Generate Doxygen Documentation
0 commit comments