diff --git a/.gitea/workflows/xelatex.yaml b/.gitea/workflows/xelatex.yaml index df9f85c..cb1d5e4 100644 --- a/.gitea/workflows/xelatex.yaml +++ b/.gitea/workflows/xelatex.yaml @@ -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: