hugo-site/.gitlab-ci.yml
Achilleas Pipinellis f7d9257b36 Update to Hugo 0.27.1
2017-10-15 16:55:46 +00:00

17 lines
175 B
YAML

image: registry.gitlab.com/pages/hugo:0.27.1
test:
script:
- hugo
except:
- master
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master