From 6a2d3d922fc40a1205a7bba629015dffb9790765 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Tue, 12 Mar 2019 11:25:15 +0100 Subject: [PATCH] Keep debuging CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea8ebc2..3951c5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ pages: stage: deploy script: - pandoc --version + - pandoc --help - 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"; -- 2.18.1