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