Skip to content

Commit

Permalink
Fix #583, Fetch Documentation Archives
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker committed Oct 11, 2022
1 parent 06121e4 commit 94d0492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: make prep

- name: Install Doxygen Dependencies
run: sudo apt-get install doxygen graphviz -y
run: sudo apt-get update && sudo apt-get install doxygen graphviz -y

- name: Install PDF Generation Dependencies
if: ${{ inputs.buildpdf == true }}
Expand Down

0 comments on commit 94d0492

Please sign in to comment.