Skip to content

Commit

Permalink
Enable FLAMEGPU_BUILD_API_DOCUMENTATION in publish CI workflow
Browse files Browse the repository at this point in the history
Complements #173 and actually fixes the published cI build
  • Loading branch information
ptheywood authored Nov 15, 2023
1 parent 2dcf4f8 commit 62f9406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
working-directory: FLAMEGPU2-docs
run: |
source .venv/bin/activate
cmake . -B build
cmake . -B build -DFLAMEGPU_BUILD_API_DOCUMENTATION=${{ env.build_api_docs }}
# Build the documentation
- name: Build
Expand All @@ -99,4 +99,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 62f9406

Please sign in to comment.