debian-mirror-gitlab/lib/gitlab/ci/templates/Pages/Hugo.gitlab-ci.yml

18 lines
207 B
YAML
Raw Normal View History

2016-06-22 15:30:34 +05:30
# Full project: https://gitlab.com/pages/hugo
2018-05-09 12:01:36 +05:30
image: dettmering/hugo-build
2016-06-22 15:30:34 +05:30
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master
2019-05-30 16:15:17 +05:30
2017-08-17 22:00:37 +05:30
test:
script:
- hugo
except:
- master