web/.gitlab-ci.yml
2019-04-06 17:12:52 +00:00

18 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