We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3b3f4 commit 21e04c7Copy full SHA for 21e04c7
1 file changed
.github/actions/build-docs/action.yml
@@ -33,8 +33,4 @@ runs:
33
shell: bash
34
run: |
35
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
+ make html
0 commit comments