17 lines
200 B
YAML
17 lines
200 B
YAML
# Full project: https://gitlab.com/pages/hugo
|
|
image: publysher/hugo
|
|
|
|
pages:
|
|
script:
|
|
- hugo
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master
|
|
|
|
test:
|
|
script:
|
|
- hugo
|
|
except:
|
|
- master
|