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