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 88aee12 commit 196e520Copy full SHA for 196e520
.github/workflows/deploy-docs.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Install Doxygen and Graphviz
20
run: |
21
sudo apt-get update
22
+ sudo apt-cache show doxygen | grep Version
23
sudo apt-get install doxygen=1.13.2 graphviz -y
24
25
# Step 3: Generate Doxygen documentation
0 commit comments