Skip to content

Commit d93c6f0

Browse files
authored
remove output-pdf (#46)
1 parent 6b0c1eb commit d93c6f0

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

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

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version: [ '3.14', '3.13' ]
20-
format: [ html, epub ]
20+
format: [ html ]
2121
steps:
2222
- uses: actions/setup-python@master
2323
with:
@@ -43,24 +43,6 @@ jobs:
4343
name: build-${{ matrix.version }}-${{ matrix.format }}
4444
path: Doc/build/${{ matrix.format }}
4545

46-
output-pdf:
47-
runs-on: ubuntu-latest
48-
strategy:
49-
matrix:
50-
version: [ '3.14', '3.13' ]
51-
needs: [ 'build-translation' ]
52-
steps:
53-
- uses: actions/download-artifact@master
54-
with:
55-
name: build-${{ matrix.version }}-latex
56-
- run: sudo apt-get update
57-
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
58-
- run: make
59-
- uses: actions/upload-artifact@master
60-
with:
61-
name: build-${{ matrix.version }}-pdf
62-
path: .
63-
6446
lint:
6547
runs-on: ubuntu-latest
6648
strategy:

0 commit comments

Comments
 (0)