Skip to content

Commit 196e520

Browse files
authored
Update deploy-docs.yml
1 parent 88aee12 commit 196e520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Install Doxygen and Graphviz
2020
run: |
2121
sudo apt-get update
22+
sudo apt-cache show doxygen | grep Version
2223
sudo apt-get install doxygen=1.13.2 graphviz -y
2324
2425
# Step 3: Generate Doxygen documentation

0 commit comments

Comments
 (0)