gitlab-org--gitlab-foss/vendor/gitlab-ci-yml/Pages/Hugo.gitlab-ci.yml

18 lines
200 B
YAML

# Full project: https://gitlab.com/pages/hugo
image: publysher/hugo
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master
test:
script:
- hugo
except:
- master