Skip to content

Commit 2728f9c

Browse files
committed
Temporarily turn off the -W (--fail-on-warning) option.
1 parent 225880d commit 2728f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- run: git pull
5252
working-directory: ./Doc/locales/ko/LC_MESSAGES
5353
- uses: sphinx-doc/[email protected]
54-
- run: make -e SPHINXOPTS="--color -D language='ko' --keep-going" ${{ matrix.format }}
54+
- run: make -e SPHINXOPTS="--color -D language='ko' --keep-going" SPHINXERRORHANDLING="" ${{ matrix.format }}
5555
working-directory: ./Doc
5656
- uses: actions/upload-artifact@master
5757
if: success() || failure()

0 commit comments

Comments
 (0)