Skip to content

Commit

Permalink
run doxygen in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Dec 27, 2023
1 parent 39111a6 commit b8e4ac2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
python3 -m pip install -U breathe
- name: Test with pytest
run: pytest .

- name: Generate Doxygen Documentation
run: doxygen doxygen/doxygen.dox
shell: bash
- name: Build docs
run: |
cd docs && make html
Expand Down

0 comments on commit b8e4ac2

Please sign in to comment.