12 lines
129 B
YAML
12 lines
129 B
YAML
image: publysher/hugo
|
|
|
|
pages:
|
|
script:
|
|
- apt-get install git
|
|
- hugo
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master
|