aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: ec73d9b82cbd53f6a1216c15a894fc8b82b494ea (plain)
1
2
3
4
5
6
7
8
9
10
11
image: alpine:latest

pages:
  stage: deploy
  script:
  - echo 'Nothing to do...'
  artifacts:
    paths:
    - public
  only:
  - master