From 13f36af9a1911f8fdbd0060e534a8f814131b50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Holene=20L=C3=B8kkeborg?= <thomahl@stud.ntnu.no> Date: Thu, 20 Feb 2020 14:28:16 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60e841a..3034e9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,8 @@ job_deploy_pages: stage: deploy image: morkolai/paa-bittet-ci script: - - echo "<html><h1>Docs will appear here</h1></html>" + - mkdir public + - echo "<html><h1>Docs will appear here</h1></html>" > public/index.html artifacts: paths: - public -- GitLab