Skip to content

Commit

Permalink
BugFix: CI was not building API docs
Browse files Browse the repository at this point in the history
Closes #172
  • Loading branch information
Robadob authored and ptheywood committed Nov 15, 2023
1 parent 1461edf commit 2dcf4f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
working-directory: FLAMEGPU2-docs
run: |
source .venv/bin/activate
cmake . -B build -DFLAMEGPU_DOCS_WARNINGS_AS_ERRORS=${{ env.werror }}
cmake . -B build -DFLAMEGPU_DOCS_WARNINGS_AS_ERRORS=${{ env.werror }} -DFLAMEGPU_BUILD_API_DOCUMENTATION=${{ env.build_api_docs }}
- name: Build
working-directory: FLAMEGPU2-docs/build
Expand Down

0 comments on commit 2dcf4f8

Please sign in to comment.