We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6855e commit c54b55aCopy full SHA for c54b55a
1 file changed
.github/workflows/update-and-build.yml
@@ -102,6 +102,8 @@ jobs:
102
- uses: sphinx-doc/github-problem-matcher@1f74d6599f4a5e89a20d3c99aab4e6a70f7bda0f # v1.1
103
- run: make -e SPHINXOPTS="--color -D language='pl' -W --keep-going" ${{ matrix.format }}
104
working-directory: ./Doc
105
+ env:
106
+ SPHINXERRORHANDLING: 0
107
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
108
if: success() || failure()
109
with:
0 commit comments