Commit f1306822 authored by brospars's avatar brospars

Remove unused .public

parent 2d678a98
pages:
stage: deploy
script:
- mkdir .public
- 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
- cp -r * .public
- mv .public public
- mv * public
artifacts:
paths:
- public
......
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