diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e70395f93118a52c18a4007b7ac81ef7689832f6..937b2517674d6599327ed7196b74d28d37a2a80b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ pages: 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 + - pandoc -s -f org -t html -o public_html/index.html index.org artifacts: paths: - public diff --git a/gitlab-ci.org b/gitlab-ci.org index 811b13632d108d5adade0b9769a2ea55346b5a00..7b92ecc51725c508b42692366d49aba773db306a 100644 --- a/gitlab-ci.org +++ b/gitlab-ci.org @@ -77,7 +77,7 @@ pages: 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 + - pandoc -s -f org -t html -o public_html/index.html index.org artifacts: paths: - public