2022-02-03 13:48:53 +01:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: buildlatex
|
|
|
|
image: nareshkumarrao/texliveonfly
|
|
|
|
commands:
|
2022-02-03 15:21:54 +01:00
|
|
|
- texliveonfly Main.tex
|
2022-02-03 13:48:53 +01:00
|
|
|
- biber main
|
2022-02-03 15:21:54 +01:00
|
|
|
- texliveonfly Main.tex
|
2022-02-03 13:48:53 +01:00
|
|
|
- biber main
|
2022-02-03 15:21:54 +01:00
|
|
|
- texliveonfly Main.tex
|
2022-02-03 18:08:37 +01:00
|
|
|
- name: gitea_release
|
|
|
|
image: plugins/gitea-release
|
|
|
|
settings:
|
|
|
|
base_url: https://git.nareshkumarrao.com
|
|
|
|
api_key:
|
|
|
|
from_secret: gitea_token
|
|
|
|
files: Main.pdf
|
2022-02-03 18:16:08 +01:00
|
|
|
when:
|
|
|
|
event: tag
|
2022-02-03 13:48:53 +01:00
|
|
|
|