This commit is contained in:
parent
de417d8c0e
commit
b55e41a725
1 changed files with 17 additions and 0 deletions
17
.woodpecker/generate.yml
Normal file
17
.woodpecker/generate.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
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
|
Loading…
Reference in a new issue