Skip to content
Snippets Groups Projects
Commit 888a2be2 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Update .gitlab-ci.yml

parent fe326c7d
No related branches found
No related tags found
No related merge requests found
Pipeline #6630 passed
...@@ -10,8 +10,8 @@ test: ...@@ -10,8 +10,8 @@ test:
- cd website - cd website
- yarn install - yarn install
- yarn build - yarn build
except: rules:
- master - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
pages: pages:
stage: deploy stage: deploy
...@@ -23,5 +23,5 @@ pages: ...@@ -23,5 +23,5 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
only: rules:
- master - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment