aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: d070c5857b74b850114ca432fc8afd689f585bbd (plain) (blame)
1
2
3
4
5
6
7
8
9
image: node:lts
create-pages:
  pages:
    publish: dist
  script:
    - npm install
    - npm run build
  rules:
    - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH