mirror of https://gitlab.com/curben/blog
ci(gitlab): remove gitlab pages
- partially revert 44aa5c9362
- https://gitlab.com/curben/curben.gitlab.io
This commit is contained in:
parent
f736cae293
commit
2ae392d444
|
@ -16,10 +16,6 @@ pages:
|
||||||
- npm install snyk && npm run snyk # Refer to "scripts" in package.json
|
- npm install snyk && npm run snyk # Refer to "scripts" in package.json
|
||||||
- npm run build # Generate site
|
- npm run build # Generate site
|
||||||
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- public # deploy from the 'public' folder.
|
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
# Skip in renovate job
|
# Skip in renovate job
|
||||||
- if: '$RENOVATE == "true"'
|
- if: '$RENOVATE == "true"'
|
||||||
|
@ -31,6 +27,11 @@ pages:
|
||||||
- if: '$CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "web"'
|
- if: '$CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "web"'
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
|
## Uncomment below to enable GitLab Pages
|
||||||
|
# artifacts:
|
||||||
|
# paths:
|
||||||
|
# - public # deploy from the 'public' folder.
|
||||||
|
|
||||||
renovate: # Check dependency update
|
renovate: # Check dependency update
|
||||||
before_script:
|
before_script:
|
||||||
- apk update && apk add git
|
- apk update && apk add git
|
||||||
|
|
Loading…
Reference in New Issue