Skip to content

Commit

Permalink
Add doxygen to package list
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Jan 12, 2021
1 parent 61f6cbe commit 0aaccd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/documentation-and-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install packages used when generating documentation
run: |
sudo apt-get update
sudo apt-get install doxygen
- name: Build doxygen HTML
run: |
cd docs
Expand Down

0 comments on commit 0aaccd9

Please sign in to comment.