aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 30f7b4a51fc23a8002cd86e54a582df7d68fea66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
image: node:8-alpine

pages:
  tags:
    - generic
  script:
    - cp -r docs public
  artifacts:
    paths:
      - public
  only:
    - master