Reapply "chore: disable Gitlab Pages"

This reverts commit 73a12ce73f.
main
Jalil Arfaoui 2024-04-29 16:22:51 +02:00
parent 73a12ce73f
commit 8b2a8c2a0e
1 changed files with 0 additions and 11 deletions

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: