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 225880d commit 2728f9cCopy full SHA for 2728f9c
.github/workflows/lint-and-build.yml
@@ -51,7 +51,7 @@ jobs:
51
- run: git pull
52
working-directory: ./Doc/locales/ko/LC_MESSAGES
53
- uses: sphinx-doc/[email protected]
54
- - run: make -e SPHINXOPTS="--color -D language='ko' --keep-going" ${{ matrix.format }}
+ - run: make -e SPHINXOPTS="--color -D language='ko' --keep-going" SPHINXERRORHANDLING="" ${{ matrix.format }}
55
working-directory: ./Doc
56
- uses: actions/upload-artifact@master
57
if: success() || failure()
0 commit comments