ci(gitlab): remove gitlab pages

- partially revert 44aa5c9362
- https://gitlab.com/curben/curben.gitlab.io
This commit is contained in:
MDLeom 2020-12-12 09:06:16 +00:00
parent f736cae293
commit 2ae392d444
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 5 additions and 4 deletions

View File

@ -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