aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: a872f802080d9487eb59e318c0ccf715b61e3e30 (plain)
1
2
3
4
5
6
7
8
9
10
image: alpine:latest
pages:
  stage: deploy
  script:
  - echo 'Nothing to do...'
  artifacts:
    paths:
    - public
  only:
  - pages