From d0b3b36afe1545c561e62168e1740102a683ab93 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Thu, 26 Sep 2019 11:03:51 +0200 Subject: [PATCH] Publish markdown pages --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bbdc485..02433a68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,6 +50,8 @@ pages: - yarn build - rm -rf public - mv dist public + # copy markdown pages so these can be reused by other sites, if needed + - cp -r src/pages public/pages # ugly hack from https://gitlab.com/gitlab-org/gitlab-pages/issues/23#note_57499396 # until Gitlab Pages has better support for SPA - cp public/index.html public/404.html -- GitLab