fix typo in file paths

This commit is contained in:
Julien Fastré 2022-05-16 11:29:02 +02:00
parent 958c5466db
commit 4f4e262a1f
1 changed files with 3 additions and 3 deletions

View File

@ -16,13 +16,13 @@ steps:
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
- sh build-pandoc.sh latex admin > admin-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
- latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex admin-manual.tex
- name: release
image: plugins/gitea-release
@ -39,6 +39,6 @@ steps:
prerelease: true
---
kind: signature
hmac: 0b3c580c341083b8604053e1d5462ee6856c2d00dce9094e9a64ddd5a401e799
hmac: 266046bb784be1e63788e1ebd4761d90bb9d61ac2466e78cb1f0bd5802314f84
...