CV/.woodpecker/generate.yml

18 lines
411 B
YAML
Raw Normal View History

2023-07-23 02:02:51 +01:00
branches:
include: [main]
pipeline:
generate-pdf:
image: git.oscar.blue/noble/lualatex:latest
2023-07-23 02:08:12 +01:00
commands: lualatex --output-format=pdf cv.tex
2023-07-23 02:02:51 +01:00
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