chore: disable Gitlab Pages

This commit is contained in:
Jalil Arfaoui 2023-02-23 18:28:29 +00:00
parent 8219c2af85
commit 4681bb9110

View file

@ -8,17 +8,6 @@ workflow:
rules:
- 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:
stage: test
include: