18 lines
No EOL
411 B
YAML
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 |