Commit e9f47703 authored by Arnaud Legrand's avatar Arnaud Legrand

Try to debug org export

parent a408647b
pages:
stage: deploy
script:
- pandoc --version
- 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
......
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