Skip to content

Commit 21e04c7

Browse files
committed
make html
1 parent 1c3b3f4 commit 21e04c7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,4 @@ runs:
3333
shell: bash
3434
run: |
3535
cd docs
36-
if [ "${{ inputs.treat-warnings-as-errors }}" = "true" ]; then
37-
make html SPHINXOPTS="-W --keep-going"
38-
else
39-
make html
40-
fi
36+
make html

0 commit comments

Comments
 (0)