This commit is contained in:
@@ -17,12 +17,10 @@ jobs:
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: Compile LaTeX document
|
||||
run: |
|
||||
apt-get update && \
|
||||
apt-get install -y texlive-full latexmk && \
|
||||
apt-get autoremove -y && \
|
||||
apt-get autclean && \
|
||||
latexmk -pdfxe cv.tex
|
||||
uses: dante-ev/latex-action@latest
|
||||
with:
|
||||
root_file: cv.tex
|
||||
args: -xelatex -interaction=nonstopmode
|
||||
- name: Archive artifacs
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user