Removed latex-action
Some checks failed
/ build (push) Failing after 7s

This commit is contained in:
Oscar Blue 2023-12-11 21:19:26 +00:00
parent bf07d59aef
commit e592041a0e

View file

@ -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