CV/.woodpecker/generate.yml
Oscar Blue 9b9456ad6e
Some checks failed
ci/woodpecker/push/generate Pipeline failed
ci/woodpecker/manual/generate Pipeline failed
Amended pipeline generate command
2023-07-23 02:08:12 +01:00

18 lines
No EOL
411 B
YAML

branches:
include: [main]
pipeline:
generate-pdf:
image: git.oscar.blue/noble/lualatex:latest
commands: lualatex --output-format=pdf cv.tex
publish:
image: woodpeckerci/plugin-gitea-release
settings:
title: "Test Release"
base_url: https://git.oscar.blue
files:
- "cv.pdf"
api_key:
from_secret: GITEA_ACCESS_TOKEN
target: main