diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 067e8decc..61838f970 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: