debian-mirror-gitlab/lib/gitlab/ci/templates/Pages/Hugo.gitlab-ci.yml
2018-12-05 23:21:45 +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