mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Update build-pdf.yml
This commit is contained in:
parent
8ceeb27580
commit
3d802e0c8f
1 changed files with 5 additions and 2 deletions
7
.github/workflows/build-pdf.yml
vendored
7
.github/workflows/build-pdf.yml
vendored
|
|
@ -10,8 +10,11 @@ jobs:
|
||||||
run: sudo apt install texlive-full fonts-font-awesome
|
run: sudo apt install texlive-full fonts-font-awesome
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Build pdf
|
- name: Compile LaTeX document
|
||||||
run: latexmk -pdflua ./template.tex
|
uses: xu-cheng/latex-action@v2
|
||||||
|
with:
|
||||||
|
root_file: ./template.tex
|
||||||
|
latexmk_use_lualatex: true
|
||||||
- name: Scan log
|
- name: Scan log
|
||||||
run: texloganalyser -wahv ./template.log
|
run: texloganalyser -wahv ./template.log
|
||||||
- name: Upload pdf
|
- name: Upload pdf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue