Skip to content

Commit e9a08c7

Browse files
committed
remove latex build test
1 parent 2728f9c commit e9a08c7

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
version: [3.13]
36-
format: [html, latex]
36+
format: [html]
3737
steps:
3838
- uses: actions/setup-python@master
3939
with:
@@ -51,28 +51,28 @@ 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" SPHINXERRORHANDLING="" ${{ matrix.format }}
54+
- run: make -e SPHINXOPTS="--color -D language='ko' -W --keep-going" ${{ matrix.format }}
5555
working-directory: ./Doc
5656
- uses: actions/upload-artifact@master
5757
if: success() || failure()
5858
with:
5959
name: build-${{ matrix.version }}-${{ matrix.format }}
6060
path: Doc/build/${{ matrix.format }}
6161

62-
output-pdf:
63-
runs-on: ubuntu-latest
64-
strategy:
65-
matrix:
66-
version: [3.13]
67-
needs: ['build-translation']
68-
steps:
69-
- uses: actions/download-artifact@master
70-
with:
71-
name: build-${{ matrix.version }}-latex
72-
- run: sudo apt-get update
73-
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
74-
- run: make
75-
- uses: actions/upload-artifact@master
76-
with:
77-
name: build-${{ matrix.version }}-pdf
78-
path: .
62+
# output-pdf:
63+
# runs-on: ubuntu-latest
64+
# strategy:
65+
# matrix:
66+
# version: [3.13]
67+
# needs: ['build-translation']
68+
# steps:
69+
# - uses: actions/download-artifact@master
70+
# with:
71+
# name: build-${{ matrix.version }}-latex
72+
# - run: sudo apt-get update
73+
# - run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
74+
# - run: make
75+
# - uses: actions/upload-artifact@master
76+
# with:
77+
# name: build-${{ matrix.version }}-pdf
78+
# path: .

0 commit comments

Comments
 (0)