Compare commits

...

2 Commits

Author SHA1 Message Date
kiara 953f98cc05
ci: steps (#14)
Signed-off-by: kiara <kiara@bij1.org>
Reviewed-on: #14
2023-09-13 11:25:21 +02:00
Kiara Grouwstra 73282575f1
swap CI images back 2023-09-13 11:22:41 +02:00
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pipeline:
steps:
package-ebook:
image: pandoc/latex:latest
image: witiko/markdown:latest
commands:
- apk update && apk add curl
- mkdir dist
@ -15,7 +15,7 @@ pipeline:
branch: main
package-pdf:
image: witiko/markdown:latest
image: pandoc/latex:latest
commands:
- git submodule init && git submodule update
- xelatex --shell-escape -interaction=nonstopmode main.tex