From ac6e809f5a431f195cb83b12d7ec7943ef41ade8 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Tue, 12 Mar 2019 11:44:30 +0100 Subject: [PATCH] Debugging CI --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bcf647..db5b177 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,13 +5,13 @@ pages: script: - pandoc --version - pandoc --help - - pandoc --list-input-formats + # - 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 - - for file in $(find -name "*.org"); do - pandoc -s -f org -t html -o ${file%.*}.html $file && echo "Exported ${file%.*}.html" || echo "ERROR $file"; - done + # - for file in $(find -name "*.org"); do + # pandoc -s -f org -t html -o ${file%.*}.html $file && echo "Exported ${file%.*}.html" || echo "ERROR $file"; + # done - shopt -s extglob - mv !(public) public artifacts: -- 2.18.1