Skip to content

Commit

Permalink
doxygen in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Dec 27, 2023
1 parent 0e6155f commit 3d8ba94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Build docs
run: |
cd docs && make html
cd docs && doxygen/doxygen.dox && make html
- name: Archive build artifacts (i.e. documentation)
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3d8ba94

Please sign in to comment.