Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson authored Apr 18, 2023
1 parent a2a741d commit 81477dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
steps:
- name: Install Dependencies
run: |
sudo apt install doxygen
sudo apt-get update
sudo apt-get install --no-install-recommends doxygen-latex
pip install sphinx
pip install breathe
pip install sphinx-rtd-theme
Expand Down

0 comments on commit 81477dc

Please sign in to comment.