File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,20 @@ jobs:
41
41
name : build-${{ matrix.version }}-${{ matrix.format }}
42
42
path : Doc/build/${{ matrix.format }}
43
43
44
- output-pdf :
45
- runs-on : ubuntu-latest
46
- strategy :
47
- matrix :
48
- version : [ '3.14' ]
49
- needs : [ 'build-translation' ]
50
- steps :
51
- - uses : actions/download-artifact@master
52
- with :
53
- name : build-${{ matrix.version }}-latex
54
- - run : sudo apt-get update
55
- - run : sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
56
- - run : make
57
- - uses : actions/upload-artifact@master
58
- with :
59
- name : build-${{ matrix.version }}-pdf
60
- path : .
44
+ output-pdf :
45
+ runs-on : ubuntu-latest
46
+ strategy :
47
+ matrix :
48
+ version : [ '3.14' ]
49
+ needs : [ 'build-translation' ]
50
+ steps :
51
+ - uses : actions/download-artifact@master
52
+ with :
53
+ name : build-${{ matrix.version }}-latex
54
+ - run : sudo apt-get update
55
+ - run : sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
56
+ - run : make
57
+ - uses : actions/upload-artifact@master
58
+ with :
59
+ name : build-${{ matrix.version }}-pdf
60
+ path : .
You can’t perform that action at this time.
0 commit comments