This commit is contained in:
parent
bf07d59aef
commit
e592041a0e
1 changed files with 6 additions and 6 deletions
|
@ -6,15 +6,15 @@ jobs:
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Compile LaTeX document
|
- name: Install tex
|
||||||
uses: https://github.com/xu-cheng/latex-action@v3
|
run: DEBIAN_FRONTEND=noninteractive apt install texlive texlive-xetex texlive-fonts-extra texlive-luatex
|
||||||
with:
|
|
||||||
root_file: cv.tex
|
- name: Compile document
|
||||||
latexmk_use_lualatex: true
|
run: lualatex --output-format=pdf cv
|
||||||
|
|
||||||
- name: Upload PDF file
|
- name: Upload PDF file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: CV
|
name: CV
|
||||||
path: main.pdf
|
path: cv.pdf
|
||||||
# test
|
# test
|
||||||
|
|
Loading…
Reference in a new issue