Skip to content

Commit

Permalink
ci: test manuals generation in GHA
Browse files Browse the repository at this point in the history
Add missing package so manuals are generated as part of the docs check.

Signed-off-by: David Marchand <[email protected]>
Reviewed-by: Aaron Conole <[email protected]>
  • Loading branch information
david-marchand committed Oct 18, 2023
1 parent 5f9426b commit d7b8b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
run: sudo apt install -y gdb jq
- name: Install doc generation packages
if: env.BUILD_DOCS == 'true'
run: sudo apt install -y doxygen graphviz python3-sphinx
run: sudo apt install -y doxygen graphviz man-db python3-sphinx
python3-sphinx-rtd-theme
- name: Run setup
run: |
Expand Down

0 comments on commit d7b8b11

Please sign in to comment.