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 22:44:23 -07:00

15 lines
195 B
YAML

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