Added build and publish pipeline
Some checks failed
ci/woodpecker/manual/generate Pipeline failed

This commit is contained in:
Oscar Blue 2023-07-23 02:02:51 +01:00
parent de417d8c0e
commit b55e41a725

17
.woodpecker/generate.yml Normal file
View 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