Try release pluging
This commit is contained in:
parent
1de33567c1
commit
1c3610cc69
1 changed files with 13 additions and 0 deletions
13
.drone.yml
13
.drone.yml
|
@ -7,3 +7,16 @@ steps:
|
|||
image: aergus/latex
|
||||
commands:
|
||||
- /usr/bin/pdflatex main.tex
|
||||
- date >> title.md
|
||||
- echo "Auto-generated PDF on " >> note.md
|
||||
- date >> note.md
|
||||
|
||||
- name: Publish PDF
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://gitea.auro.re
|
||||
api_key: latex-ci-test-a-mettre-dans-secret-de-drone
|
||||
files:
|
||||
-main.pdf
|
||||
title: title.md
|
||||
notes: note.md
|
||||
|
|
Loading…
Reference in a new issue