Skip to content

Commit e651b4f

Browse files
author
Maciej Olko
committed
Output Latex build in PDF format
1 parent fcfbaca commit e651b4f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,19 @@ jobs:
6666
with:
6767
name: build-${{ matrix.version }}-${{ matrix.format }}
6868
path: Doc/build/${{ matrix.format }}
69+
output-pdf:
70+
runs-on: ubuntu-latest
71+
strategy:
72+
matrix:
73+
version: [3.8, 3.9]
74+
needs: ['build-translation']
75+
steps:
76+
- uses: actions/download-artifact@master
77+
with:
78+
name: build-${{ matrix.version }}-latex
79+
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
80+
- run: make
81+
- uses: actions/upload-artifact@master
82+
with:
83+
name: build-${{ matrix.version }}-pdf
84+
path: .

0 commit comments

Comments
 (0)