Commit dca74ec3 authored by Arnaud Legrand's avatar Arnaud Legrand

[HTML] Generating index (stupid me)

parent 11f4c17e
......@@ -11,6 +11,8 @@ pages:
mkdir -p public/`dirname ${file}`;
mv ${file%.*}.html public/`dirname ${file}`/;
done
- cat html_src_files.lst | sed 's|^./|- file:./|' > index.org
- pandoc pandoc -s -f org -t html -o public_html/index.html index.org
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