22 lines
360 B
YAML
22 lines
360 B
YAML
|
branches: main
|
||
|
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: pandoc/latex
|
||
|
commands:
|
||
|
- apk add make
|
||
|
- 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
|