debian-mirror-gitlab/lib/gitlab/ci/templates/Pages/Hugo.gitlab-ci.yml
2019-09-04 21:01:54 +05:30

17 lines
215 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