19 lines
290 B
YAML
19 lines
290 B
YAML
|
# This file is a template, and might need editing before it works on your project.
|
||
|
# Full project: https://gitlab.com/pages/hugo
|
||
|
image: dettmering/hugo-build
|
||
|
|
||
|
pages:
|
||
|
script:
|
||
|
- hugo
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- public
|
||
|
only:
|
||
|
- master
|
||
|
|
||
|
test:
|
||
|
script:
|
||
|
- hugo
|
||
|
except:
|
||
|
- master
|