Skip to content

Commit

Permalink
must have existing dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Dec 27, 2023
1 parent 619cd6c commit 5b34af6
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 @@ -34,7 +34,7 @@ jobs:
- name: Test with pytest
run: pytest .
- name: Generate Doxygen Documentation
run: cd docs && doxygen doxygen/doxygen.dox
run: cd docs && mkdir build/doxygen && doxygen doxygen/doxygen.dox
shell: bash
- name: Build docs
run: |
Expand Down

0 comments on commit 5b34af6

Please sign in to comment.