Skip to content

Commit

Permalink
update yamls, build docs and push to github-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Nov 20, 2023
1 parent 6173928 commit 51f1170
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
- run: pip install -r docs/requirements.txt

- name: Configure CMake
run: cmake -S . -B build -DBUILD_DOCUMENTATION=ON -DBUILD_TESTING=OFF
run: >
cmake -S . -B build
-DBUILD_DOCUMENTATION=ON
-DZEEP_BUILD_LIBRARY=OFF
-DBUILD_TESTING=OFF
- name: Run Sphinx
run: |
Expand Down

0 comments on commit 51f1170

Please sign in to comment.