image: monachus/hugo
variables:
GIT_SUBMODULE_STRATEGY: recursive
build:
script:
- hugo
artifacts:
paths:
- public
only:
- master