Thanks to visit codestin.com Credit goes to github.com
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 337b0de commit 9639401Copy full SHA for 9639401
.github/workflows/update-and-build.yml
@@ -68,7 +68,7 @@ jobs:
68
path: Doc/locales/uk/LC_MESSAGES
69
- run: git pull
70
working-directory: ./Doc/locales/uk/LC_MESSAGES
71
- - run: make -e SPHINXOPTS="-D language='uk' -D gettext_compact=0 -W --keep-going" ${{ matrix.format }}
+ - run: make -e SPHINXOPTS="-D language='uk' -D gettext_compact=0" SPHINXERRORHANDLING="" ${{ matrix.format }}
72
working-directory: ./Doc
73
- uses: actions/upload-artifact@master
74
with:
@@ -86,7 +86,7 @@ jobs:
86
name: build-${{ matrix.version }}-latex
87
- run: sudo apt-get update
88
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
89
- - run: make
+ - run: make -i
90
91
92
name: build-${{ matrix.version }}-pdf
0 commit comments