songbook [from: Songs data for LaTeX songbooks http:///www.patacrep.com]
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.
 
 
 
 
 

23 lines
555 B

kind: pipeline
name: default
steps:
- name: build
image: aergus/latex
commands:
- apt update -qq
- apt -y -qq install texlive texlive-luatex texlive-lang-german latexmk
- apt -y -qq install texlive-lang-french texlive-lang-portuguese texlive-lang-spanish texlive-lang-italian
- pip3 install patacrep
- songbook books/songbook-hendrik.yaml
# - latexmk -pdf
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://dev.xd0.de
files: *.pdf
when:
event: tag