Commit 27f9e6fd authored by Arnaud Legrand's avatar Arnaud Legrand

[HTML] Building index (stupid me!!!!)

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