Skip to content
Snippets Groups Projects
Unverified Commit 83489ca0 authored by Louis Bailleau's avatar Louis Bailleau
Browse files

[build] Configured pipeline to deploy gitlab page

parent 80ecd9bd
No related merge requests found
Pipeline #78385 passed with stages
in 1 minute and 54 seconds
image: node:bullseye
build:
pages:
stage: build
cache:
key: ${CI_COMMIT_REF_SLUG}-build
......@@ -11,10 +11,13 @@ build:
- yarn setup-python
- yarn install --dev
- yarn build
- mv dist public
artifacts:
expire_in: 1 month
paths:
- dist/
- public
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
test:
stage: test
cache:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment