Skip to content

Commit c54b55a

Browse files
committed
Set SPHINXERRORHANDLING environment variable to 0 in build workflow
1 parent 9a6855e commit c54b55a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-and-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
- uses: sphinx-doc/github-problem-matcher@1f74d6599f4a5e89a20d3c99aab4e6a70f7bda0f # v1.1
103103
- run: make -e SPHINXOPTS="--color -D language='pl' -W --keep-going" ${{ matrix.format }}
104104
working-directory: ./Doc
105+
env:
106+
SPHINXERRORHANDLING: 0
105107
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
106108
if: success() || failure()
107109
with:

0 commit comments

Comments
 (0)