Skip to content

Commit

Permalink
Merge pull request #161 from eseiler/infra/prepare_rename
Browse files Browse the repository at this point in the history
[INFRA] Prepare option renaming
  • Loading branch information
eseiler authored Nov 5, 2024
2 parents 68bf371 + 2d55741 commit 626dbcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release \
-Dneedle_TEST=OFF \
-Dneedle_DOCS=ON
-Dneedle_DOCS=ON \
-DNEEDLE_TEST=OFF \
-DNEEDLE_DOCS=ON
- name: Build docs
working-directory: build
Expand Down

0 comments on commit 626dbcb

Please sign in to comment.