diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69a52bfbe..5371c263c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -898,6 +898,7 @@ jobs: docs_on=$(echo "${{ matrix.documentation }}" | tr '[:lower:]' '[:upper:]') if [[ "${docs_on}" == "ON" ]]; then cmake --build . --target doxygen-cppinterop --parallel ${{ env.ncpus }} + cmake --build . --target sphinx-cppinterop --parallel ${{ env.ncpus }} else cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }} if [[ ("${os}" == "ubuntu"*) ]]; then