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
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Compile LaTeX document
|
||||
uses: https://github.com/xu-cheng/latex-action@v3
|
||||
with:
|
||||
root_file: cv.tex
|
||||
latexmk_use_lualatex: true
|
||||
- name: Install tex
|
||||
run: DEBIAN_FRONTEND=noninteractive apt install texlive texlive-xetex texlive-fonts-extra texlive-luatex
|
||||
|
||||
- name: Compile document
|
||||
run: lualatex --output-format=pdf cv
|
||||
|
||||
- name: Upload PDF file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: CV
|
||||
path: main.pdf
|
||||
path: cv.pdf
|
||||
# test
|
||||
|
|
Loading…
Reference in a new issue