From f1bc26a5d36bc0c42bdd6c756b5ba404c0eb74b2 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Tue, 12 Mar 2019 11:23:54 +0100 Subject: [PATCH] Keep debuging --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e05f94..ea8ebc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ pages: stage: deploy script: - pandoc --version + - pandoc --list-input-formats - for file in $(find -name "*.md"); do pandoc -s -f markdown_github -t html -o ${file%.*}.html $file && echo "Exported ${file%.*}.html" || echo "ERROR $file"; done -- 2.18.1