From 2fa4ffb33c8d740ee20079c7b89681b451c49e66 Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Tue, 4 Oct 2022 14:43:12 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cd2092..76a1234 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,8 +24,9 @@ pages: - cd frontend - npm i - npm run build + - mv frontend/.output/public public artifacts: paths: - - frontend/.output/public + - public rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH