Skip to content

Commit

Permalink
xo-flatstring: build: drop sphinx+breathe doc step for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Rconybea committed Apr 25, 2024
1 parent 1fdbe61 commit 1b931bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/xo-cpp-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ jobs:
echo "::endgroup"
echo "::group::build ${XO_NAME} docs"
cmake --build ${XO_BUILDDIR} -- docs
cmake --build ${XO_BUILDDIR} -- doxygen
# note: sphinx+breathe not working (cause unknown) from docker-xo-builder, asof 25apr2024.
echo "::endgroup"
echo "::group::local install ${XO_NAME}"
Expand Down

0 comments on commit 1b931bf

Please sign in to comment.