chore: disable Gitlab Pages
This commit is contained in:
parent
8219c2af85
commit
4681bb9110
1 changed files with 0 additions and 11 deletions
|
|
@ -8,17 +8,6 @@ workflow:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH
|
- if: $CI_COMMIT_BRANCH
|
||||||
|
|
||||||
pages:
|
|
||||||
stage: deploy
|
|
||||||
script:
|
|
||||||
- npm install
|
|
||||||
- npm run build -- --output=public
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- public
|
|
||||||
rules:
|
|
||||||
- if: $CI_COMMIT_BRANCH == "main"
|
|
||||||
|
|
||||||
sast:
|
sast:
|
||||||
stage: test
|
stage: test
|
||||||
include:
|
include:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue