resume/.woodpecker.yml
Marty Oehme a56585595f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix missing CI LaTeX dependencies
2023-03-16 08:41:20 +01:00

23 lines
410 B
YAML

branches: main
pipeline:
build:
image: pandoc/latex
commands:
- apk add make
- tlmgr install enumitem underscore sectsty
- make cv
when:
event: tag
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_release_token
base_url: https://git.martyoeh.me
files: out/*
title: CV
when:
event: tag