Skip to content

Commit d0ab3ba

Browse files
committed
Set SPHINXERRORHANDLING environment variable to '' in build workflow
1 parent c54b55a commit d0ab3ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- run: make -e SPHINXOPTS="--color -D language='pl' -W --keep-going" ${{ matrix.format }}
104104
working-directory: ./Doc
105105
env:
106-
SPHINXERRORHANDLING: 0
106+
SPHINXERRORHANDLING: ''
107107
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
108108
if: success() || failure()
109109
with:

0 commit comments

Comments
 (0)