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 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 :
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 :
You can’t perform that action at this time.
0 commit comments