Amended pipeline generate command
This commit is contained in:
parent
b55e41a725
commit
9b9456ad6e
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ branches:
|
|||
pipeline:
|
||||
generate-pdf:
|
||||
image: git.oscar.blue/noble/lualatex:latest
|
||||
commands: cv.tex
|
||||
commands: lualatex --output-format=pdf cv.tex
|
||||
|
||||
publish:
|
||||
image: woodpeckerci/plugin-gitea-release
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue