diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 937b2517674d6599327ed7196b74d28d37a2a80b..2d4a740fbca9c9f835ebdfcf8170de914bf1d6a6 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 -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 diff --git a/gitlab-ci.org b/gitlab-ci.org index 7b92ecc51725c508b42692366d49aba773db306a..6ad6ae224856854116a86d5b65c6b54b247035f0 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 -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