Skip to content

Commit 88aee12

Browse files
authored
Update deploy-docs.yml
1 parent 76fb9c6 commit 88aee12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Doxygen and Graphviz
2020
run: |
2121
sudo apt-get update
22-
sudo apt-get install doxygen graphviz -y
22+
sudo apt-get install doxygen=1.13.2 graphviz -y
2323
2424
# Step 3: Generate Doxygen documentation
2525
- name: Generate Doxygen Documentation

0 commit comments

Comments
 (0)