hugo-site/.gitlab-ci.yml
Virtua Creative e8f5c3be1f Revert "test11: remove cache"
This reverts commit b4178e4531623a06feb68684f174140a53570df9
2016-04-19 23:32:56 +00:00

22 lines
345 B
YAML

image: publysher/hugo
cache:
paths:
- /var/cache/apt/archives/
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