Commit ac6e809f authored by Arnaud Legrand's avatar Arnaud Legrand

Debugging CI

parent 1d681054
...@@ -5,13 +5,13 @@ pages: ...@@ -5,13 +5,13 @@ pages:
script: script:
- pandoc --version - pandoc --version
- pandoc --help - pandoc --help
- pandoc --list-input-formats # - 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
- for file in $(find -name "*.org"); do # - for file in $(find -name "*.org"); do
pandoc -s -f org -t html -o ${file%.*}.html $file && echo "Exported ${file%.*}.html" || echo "ERROR $file"; # pandoc -s -f org -t html -o ${file%.*}.html $file && echo "Exported ${file%.*}.html" || echo "ERROR $file";
done # done
- shopt -s extglob - shopt -s extglob
- mv !(public) public - mv !(public) public
artifacts: artifacts:
......
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