Use github actions for compiling
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 3m19s
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 3m19s
This commit is contained in:
@@ -16,12 +16,11 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- name: Install missing packages to build the pdf
|
- name: Compile LaTeX document
|
||||||
run: |
|
uses: xu-cheng/latex-action@v3
|
||||||
apt install -y texlive-full
|
with:
|
||||||
- name: Compile the PDF
|
root_file: cv.tex
|
||||||
run: |
|
latexmk_use_xelatex: true
|
||||||
latexmk -pdfxe cv.tex
|
|
||||||
- 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