17 lines
381 B
YAML
17 lines
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
|