hugo-site/.gitlab-ci.yml
2016-04-19 22:27:40 +00:00

18 lines
295 B
YAML

image: publysher/hugo
before_script:
- apt-get update
- apt-get -qq install git-core
- git config --global user.name "User Name"
- git config --global user.email "user@example.com"
- git config --list
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master