From 089c5be7150a2dece47c2b78e04f9dc00d64bd22 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Thu, 21 Mar 2019 18:33:49 +0100 Subject: [PATCH] Stupid me!!! This is why my perl script had no effect --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b14a4d..161cdb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ pages: - for file in $(find -name "*.md"); do pandoc -s -f gfm -t html -o ${file%.*}.html $file && echo "Exported ${file%.*}.html" && echo "
  • ${file%.*}.html
  • " >> index.html || echo "ERROR $file"; bin/pandoc_fixer.pl ${file} > ${file}.new; - mv ${file}.new ${file}; + mv ${file}.new ${file%.*}.html; done # The next part is broken because pandoc is way too old on this image :( # - for file in $(find -name "*.org"); do -- 2.18.1