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

Skip to content

Commit 9639401

Browse files
committed
Temporarily suppress warnings as errors
1 parent 337b0de commit 9639401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
path: Doc/locales/uk/LC_MESSAGES
6969
- run: git pull
7070
working-directory: ./Doc/locales/uk/LC_MESSAGES
71-
- run: make -e SPHINXOPTS="-D language='uk' -D gettext_compact=0 -W --keep-going" ${{ matrix.format }}
71+
- run: make -e SPHINXOPTS="-D language='uk' -D gettext_compact=0" SPHINXERRORHANDLING="" ${{ matrix.format }}
7272
working-directory: ./Doc
7373
- uses: actions/upload-artifact@master
7474
with:
@@ -86,7 +86,7 @@ jobs:
8686
name: build-${{ matrix.version }}-latex
8787
- run: sudo apt-get update
8888
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
89-
- run: make
89+
- run: make -i
9090
- uses: actions/upload-artifact@master
9191
with:
9292
name: build-${{ matrix.version }}-pdf

0 commit comments

Comments
 (0)