Commit adf3be8d authored by Arnaud Legrand's avatar Arnaud Legrand

[HTML] Building index (goddamnit! I should buy myself a brain!)

parent 27f9e6fd
......@@ -12,7 +12,7 @@ pages:
mv ${file%.*}.html public/`dirname ${file}`/;
done
- cat html_src_files.lst | sed 's|^./|- file:./|' > index.org
- pandoc -s -f org -t html -o public_html/index.html index.org
- pandoc -s -f org -t html -o public/index.html index.org
artifacts:
paths:
- public
......
......@@ -77,7 +77,7 @@ pages:
mv ${file%.*}.html public/`dirname ${file}`/;
done
- cat html_src_files.lst | sed 's|^./|- file:./|' > index.org
- pandoc -s -f org -t html -o public_html/index.html index.org
- pandoc -s -f org -t html -o public/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