diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 1620c24..26a4173 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -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: |