latex-ci-test/.drone.yml
elkmaennchen b6b66b2073
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
Tag is essential
2021-02-26 22:19:48 +01:00

24 lines
527 B
YAML

kind: pipeline
type: docker
name: Compile LaTeX
steps:
- name: Compile with PdfLaTeX
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
when:
event: tag