Revert "chore: disable Gitlab Pages"

This reverts commit 4681bb9110.
main
Jalil Arfaoui 2024-04-27 18:14:59 +02:00
parent 1e8c7ff656
commit 73a12ce73f
1 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,17 @@ 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: