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: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- name: Compile LaTeX document
|
- name: Compile LaTeX document
|
||||||
uses: xu-cheng/latex-action@v3
|
run: |
|
||||||
with:
|
apt-get install texlive && latexmk -pdfxe cv.tex
|
||||||
root_file: cv.tex
|
|
||||||
latexmk_use_xelatex: true
|
|
||||||
- name: Archive artifacs
|
- name: Archive artifacs
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user