Skip to content

Commit 1c3b3f4

Browse files
committed
Build docs in action with make html
1 parent ad8eddc commit 1c3b3f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/build-docs/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
run: |
3535
cd docs
3636
if [ "${{ inputs.treat-warnings-as-errors }}" = "true" ]; then
37-
sphinx-build -b html -W --keep-going source build/html
37+
make html SPHINXOPTS="-W --keep-going"
3838
else
39-
sphinx-build -b html source build/html
39+
make html
4040
fi

0 commit comments

Comments
 (0)