You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
377 B
19 lines
377 B
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: build
|
|
image: asciidoctor/docker-asciidoctor
|
|
commands:
|
|
- make pdf
|
|
- name: release
|
|
image: plugins/gitea-release
|
|
settings:
|
|
api_key:
|
|
from_secret: gitea_token
|
|
base_url: https://sources.grimbox.be
|
|
files: source/main.pdf
|
|
title: gwift-book
|
|
when:
|
|
event: [tag]
|
|
|