Commit 11f4c17e authored by Arnaud Legrand's avatar Arnaud Legrand

[HTML] Build index

parent da03f316
......@@ -76,6 +76,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