From 2ae392d4447bdb7679ef88904be3adf0fc2b4339 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 12 Dec 2020 09:06:16 +0000 Subject: [PATCH] ci(gitlab): remove gitlab pages - partially revert 44aa5c936293ffa8ef5e6d3bac0e1ed3852f4afe - https://gitlab.com/curben/curben.gitlab.io --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67e0542..eb88e72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,10 +16,6 @@ pages: - npm install snyk && npm run snyk # Refer to "scripts" in package.json - npm run build # Generate site - artifacts: - paths: - - public # deploy from the 'public' folder. - rules: # Skip in renovate job - if: '$RENOVATE == "true"' @@ -31,6 +27,11 @@ pages: - if: '$CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "web"' when: always + ## Uncomment below to enable GitLab Pages + # artifacts: + # paths: + # - public # deploy from the 'public' folder. + renovate: # Check dependency update before_script: - apk update && apk add git