resume/.woodpecker.yml

23 lines
410 B
YAML
Raw Normal View History

2023-03-16 07:32:53 +00:00
branches: main
pipeline:
build:
image: pandoc/latex
commands:
- apk add make
2023-03-16 07:41:20 +00:00
- tlmgr install enumitem underscore sectsty
2023-03-16 07:32:53 +00:00
- 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