1
0
mirror of https://gitlab.com/MisterBiggs/blog.git synced 2025-06-16 07:06:46 +00:00
blog/.gitlab-ci.yml
2019-08-08 23:10:53 -07:00

15 lines
178 B
YAML

image: monachus/hugo
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
- cd blog
- hugo -d ../public
artifacts:
paths:
- public
only:
- master