update pandoc version to 2.18

This commit is contained in:
2022-05-16 12:19:46 +02:00
parent 4f4e262a1f
commit 4cfd5a21bc
5 changed files with 9 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ steps:
- git submodule update --recursive --remote
- name: pandoc
image: pandoc/core:2.14-alpine
image: pandoc/core:2.18-alpine
commands:
- sh build-pandoc.sh latex user > user-manual.tex
- sh build-pandoc.sh latex admin > admin-manual.tex
@@ -39,6 +39,6 @@ steps:
prerelease: true
---
kind: signature
hmac: 266046bb784be1e63788e1ebd4761d90bb9d61ac2466e78cb1f0bd5802314f84
hmac: 27fe3c287ea5597d1d2db3d2a55155b0e96e6cc7b020fe5e8a0b42d904775f48
...