From 453cb3a7c5da3ced2b4158fdfa1bf9f121b0c737 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Tue, 1 Sep 2020 18:23:35 +0200 Subject: [PATCH] ci(pages): path must be public --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 172c76e..44b2a94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,10 +12,11 @@ pages: script: - npm install - npm run-script build + - mv dist public artifacts: untracked: true paths: - - dist + - public allow_failure: true when: manual only: -- GitLab