gitlab-org--gitlab-foss/lib/gitlab/ci/templates/Pages/Hugo.gitlab-ci.yml
2018-09-26 15:39:27 +00:00

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