We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c12f2e commit 3ec1452Copy full SHA for 3ec1452
.github/workflows/ci.yml
@@ -898,6 +898,7 @@ jobs:
898
docs_on=$(echo "${{ matrix.documentation }}" | tr '[:lower:]' '[:upper:]')
899
if [[ "${docs_on}" == "ON" ]]; then
900
cmake --build . --target doxygen-cppinterop --parallel ${{ env.ncpus }}
901
+ cmake --build . --target sphinx-cppinterop --parallel ${{ env.ncpus }}
902
else
903
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
904
if [[ ("${os}" == "ubuntu"*) ]]; then
0 commit comments