Explicit installation of the packages
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 20s
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 20s
This commit is contained in:
@@ -17,10 +17,8 @@ jobs:
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: Compile LaTeX document
|
||||
uses: xu-cheng/latex-action@v3
|
||||
with:
|
||||
root_file: cv.tex
|
||||
latexmk_use_xelatex: true
|
||||
run: |
|
||||
apt-get install texlive && latexmk -pdfxe cv.tex
|
||||
- name: Archive artifacs
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user