Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1610c08

Browse files
author
Maciej Olko
committed
Fail Sphinx build on warning, but wait until end
1 parent e377ae6 commit 1610c08

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
@@ -47,7 +47,7 @@ jobs:
4747
path: Doc/locales/pl/LC_MESSAGES
4848
- run: git pull
4949
working-directory: ./Doc/locales/pl/LC_MESSAGES
50-
- run: make -e SPHINXOPTS="-D language='pl' -D gettext_compact=0" html
50+
- run: make -e SPHINXOPTS="-D language='pl' -D gettext_compact=0 -W --keep-going" html
5151
working-directory: ./Doc
5252
- uses: actions/upload-artifact@master
5353
with:

0 commit comments

Comments
 (0)