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:
|
pipeline:
|
||||||
generate-pdf:
|
generate-pdf:
|
||||||
image: git.oscar.blue/noble/lualatex:latest
|
image: git.oscar.blue/noble/lualatex:latest
|
||||||
commands: cv.tex
|
commands: lualatex --output-format=pdf cv.tex
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue