From 6ca23c152f1df9ed92c6e390fcb0ce9db00b2aca Mon Sep 17 00:00:00 2001 From: Axel Dürkop Date: Tue, 10 Nov 2020 11:55:50 +0100 Subject: Tinker with image --- .gitlab-ci.yml | 2 +- build.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aeada69..6ca36d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: pandoc/latex:2.10.1 +image: pandoc/latex stages: - build diff --git a/build.sh b/build.sh index 6127c7f..599f7d4 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,3 @@ #! /bin/sh xargs -a ./content/toc.txt /usr/bin/pandoc --filter /usr/bin/pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml - -- cgit v1.2.3