You need to sign in or sign up before continuing.
Commit f1bc26a5 authored by Arnaud Legrand's avatar Arnaud Legrand

Keep debuging

parent e9f47703
...@@ -2,6 +2,7 @@ pages: ...@@ -2,6 +2,7 @@ pages:
stage: deploy stage: deploy
script: script:
- pandoc --version - pandoc --version
- pandoc --list-input-formats
- for file in $(find -name "*.md"); do - 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"; pandoc -s -f markdown_github -t html -o ${file%.*}.html $file && echo "Exported ${file%.*}.html" || echo "ERROR $file";
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment