mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-05 09:31:42 -05:00
fix workflow
the workflow now installs pygments and uses shell-escape
This commit is contained in:
parent
e1f6de41e0
commit
26d1b10a8c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/latex.yml
vendored
3
.github/workflows/latex.yml
vendored
|
@ -27,7 +27,8 @@ jobs:
|
|||
# The working directory for the latex compiler to be invoked
|
||||
working_directory: latex
|
||||
# LaTeX engine to be used
|
||||
args: -pdflua -latexoption=-file-line-error -latexoption=-interaction=nonstopmode -interaction=nonstopmode
|
||||
args: -pdflua -latexoption=-file-line-error -latexoption=-interaction=nonstopmode -interaction=nonstopmode --shell-escape
|
||||
extra_system_packages: python-pygments
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
|
Loading…
Add table
Reference in a new issue