Skip to content

Commit

Permalink
Merge pull request #589 from ArielSAdams/fix-583-fetch-doc-archives
Browse files Browse the repository at this point in the history
Fix #583, Fetch Documentation Archives
  • Loading branch information
dzbaker committed Oct 17, 2022
2 parents 57168f4 + 94d0492 commit 1f35b5b
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 1f35b5b

Please sign in to comment.