--- kind: pipeline type: docker name: build-release when: event: - tag steps: - name: submodules image: alpine/git commands: - git submodule init - git submodule update --recursive --remote - name: pandoc image: pandoc/core:2.14-alpine commands: - sh build-pandoc.sh latex user > user-manual.tex - sh build-pandoc.sh latex admin > user-manual.tex - name: build-latex 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 - name: release image: plugins/gitea-release settings: api_key: from_secret: gitea_key base_url: https://gitea.champs-libres.be files: - user-manual.pdf - admin-manual.pdf checksum: - sha512 title: ${DRONE_TAG} prerelease: true --- kind: signature hmac: 96642721ee33af4911e786087ef479b0db15c77b3e32e5e7391397492f3ce180 ...