.gitlab-ci.yml 116 Bytes
Newer Older
Joe's avatar
publish  
Joe committed
1
2
3
4
5
6
7
8
9
pages:
  stage: deploy
  script:
  - echo 'Nothing to do...'
  artifacts:
    paths:
    - public
  only:
  - master