add admin manual in same repo

This commit is contained in:
2021-08-25 17:46:54 +02:00
parent 36d9aef3a5
commit e389c8736b
7 changed files with 45 additions and 11 deletions

View File

@@ -16,8 +16,8 @@ steps:
- name: pandoc
image: pandoc/alpine:2.14
commands:
- ls
- sh build-pandoc.sh latex > user-manual.tex
- sh build-pandoc.sh latex user > user-manual.tex
- sh build-pandoc.sh latex admin > user-manual.tex
when:
event: tag
@@ -25,6 +25,7 @@ steps:
image: ghcr.io/xu-cheng/texlive-full:latest
commands:
- latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex user-manual.tex
- latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex latex-manual.tex
when:
event: tag
@@ -36,6 +37,7 @@ steps:
base_url: https://gitea.champs-libres.be
files:
- user-manual.pdf
- admin-manual.pdf
checksum:
- sha512
title: ${DRONE_COMMIT_REF}