CV/.woodpecker/generate.yml
Oscar Blue b55e41a725
Some checks failed
ci/woodpecker/manual/generate Pipeline failed
Added build and publish pipeline
2023-07-23 02:02:51 +01:00

17 lines
No EOL
381 B
YAML

branches:
include: [main]
pipeline:
generate-pdf:
image: git.oscar.blue/noble/lualatex:latest
commands: 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