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

18 lines
215 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:
2019-09-04 21:01:54 +05:30
- hugo
2016-06-22 15:30:34 +05:30
artifacts:
paths:
2019-09-04 21:01:54 +05:30
- public
2016-06-22 15:30:34 +05:30
only:
2019-09-04 21:01:54 +05:30
- master
2019-07-07 11:18:12 +05:30
2017-08-17 22:00:37 +05:30
test:
script:
2019-09-04 21:01:54 +05:30
- hugo
2017-08-17 22:00:37 +05:30
except:
2019-09-04 21:01:54 +05:30
- master