Skip to content

Commit 902ffc3

Browse files
committed
Update deploy-docs.yml
1 parent ddfa285 commit 902ffc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ jobs:
1717

1818
# Step 2: Set up Doxygen
1919
- name: Install Doxygen and Graphviz
20+
<<<<<<< Updated upstream
2021
run: sudo apt-get install doxygen graphviz -y
22+
=======
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install doxygen=1.13.2-1ubuntu1 graphviz -y
26+
>>>>>>> Stashed changes
2127

2228
# Step 3: Generate Doxygen documentation
2329
- name: Generate Doxygen Documentation

0 commit comments

Comments
 (0)