diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index f1ef789..e9b62f0 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -42,7 +42,7 @@ jobs: - name: Run Sphinx run: | - cmake --build build --target Sphinx-mcfp + cmake --build build --target Sphinx-libmcfp ls -l ${{ steps.strings.outputs.build-output-dir }} ls -l ${{ steps.strings.outputs.build-output-dir }}/docs/sphinx diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2ec416e..b275d30 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ build: jobs: pre_build: - "cmake -S . -B build -DBUILD_DOCUMENTATION=ON -DBUILD_TESTING=OFF" - - "cmake --build build --target Doxygen-mcfp" + - "cmake --build build --target Doxygen-libmcfp" # Build from the docs/ directory with Sphinx sphinx: