From adf3be8de7420a73ebbc580ff90a12a146dc5578 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Mon, 25 Mar 2019 10:32:53 +0100 Subject: [PATCH] [HTML] Building index (goddamnit! I should buy myself a brain!) --- .gitlab-ci.yml | 2 +- gitlab-ci.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 937b251..2d4a740 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 7b92ecc..6ad6ae2 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 -- 2.18.1