debian-mirror-gitlab/vendor/gitlab-ci-yml/Pages/Hugo.gitlab-ci.yml

18 lines
200 B
YAML
Raw Normal View History

2016-06-22 15:30:34 +05:30
# Full project: https://gitlab.com/pages/hugo
image: publysher/hugo
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master
2017-08-17 22:00:37 +05:30
test:
script:
- hugo
except:
- master