From db68267eef5cdcd4ef1e2a5e5daa1cda6735d04c Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 13 Dec 2021 18:27:00 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca92fe7..1abe394 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,9 @@ build: - npm run build - mv public public-vue # GitLab Pages hooks on the public folder - mv dist public # rename the dist folder (result of npm run build) + artifacts: + paths: + - public pages: # the job must be named pages image: node:latest