debian-mirror-gitlab/vendor/gitlab-ci-yml/Pages/Hugo.gitlab-ci.yml
2018-05-09 12:01:36 +05:30

17 lines
207 B
YAML

# Full project: https://gitlab.com/pages/hugo
image: dettmering/hugo-build
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master
test:
script:
- hugo
except:
- master