diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bcf647b0fc825a24b911268459a6e84b67b2666..db5b177b7dc42cc31bc213a3e9f55abf8880b89f 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: