File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
matrix :
19
19
version : [ '3.14', '3.13' ]
20
- format : [ html, epub ]
20
+ format : [ html ]
21
21
steps :
22
22
- uses : actions/setup-python@master
23
23
with :
43
43
name : build-${{ matrix.version }}-${{ matrix.format }}
44
44
path : Doc/build/${{ matrix.format }}
45
45
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
-
64
46
lint :
65
47
runs-on : ubuntu-latest
66
48
strategy :
You can’t perform that action at this time.
0 commit comments