Skip to content

Commit 3ec1452

Browse files
authored
Build target sphinx-cppinterop in ci docs job (#371)
1 parent 3c12f2e commit 3ec1452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,7 @@ jobs:
898898
docs_on=$(echo "${{ matrix.documentation }}" | tr '[:lower:]' '[:upper:]')
899899
if [[ "${docs_on}" == "ON" ]]; then
900900
cmake --build . --target doxygen-cppinterop --parallel ${{ env.ncpus }}
901+
cmake --build . --target sphinx-cppinterop --parallel ${{ env.ncpus }}
901902
else
902903
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
903904
if [[ ("${os}" == "ubuntu"*) ]]; then

0 commit comments

Comments
 (0)