diff --git a/.github/workflows/ci_documentation.yml b/.github/workflows/ci_documentation.yml index a88dcbd..82e5395 100644 --- a/.github/workflows/ci_documentation.yml +++ b/.github/workflows/ci_documentation.yml @@ -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