16 lines
151 B
YAML
16 lines
151 B
YAML
image: publysher/hugo
|
|
|
|
test:
|
|
script:
|
|
- hugo
|
|
except:
|
|
- master
|
|
|
|
pages:
|
|
script:
|
|
- hugo
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master |