mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-07-17 14:35:29 +08:00
main.yml
This commit is contained in:
parent
0b21bf687c
commit
628d438803
1 changed files with 5 additions and 14 deletions
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue