This commit is contained in:
Maciej 2026-03-11 14:23:38 +01:00
parent 0b21bf687c
commit 628d438803

View file

@ -23,18 +23,9 @@ jobs:
fonts-adobe-sourcesans3 \
;
- name: LaTeX compilation
# You may pin to the exact commit or the version.
# uses: dante-ev/latex-action@49cf7cb5f79e7b2006dbdffea85e02bec0b6244b
uses: dante-ev/latex-action@2021-A
- name: Generate PDF document
uses: hspaans/latexmk-action@v2.1.0
with:
# The root LaTeX file to be compiled
root_file: ./cv.tex
# The working directory for the latex compiler to be invoked
working_directory: # optional
# LaTeX engine to be used
compiler: lualatex
# Extra arguments to be passed to the latex compiler
args: # optional, default is -pdf -latexoption=-file-line-error -latexoption=-interaction=nonstopmode
# Install extra packages by apt-get
extra_system_packages: # optional
format: pdf
filename: cv.tex
options: -shell-escape