fix workflow

the workflow now installs pygments and uses shell-escape
This commit is contained in:
hiro98 2020-03-27 19:46:08 +01:00
parent e1f6de41e0
commit 26d1b10a8c

View file

@ -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