1
0
mirror of https://gitlab.com/MisterBiggs/blog.git synced 2025-06-15 14:46:52 +00:00
blog/.gitlab-ci.yml
2019-08-08 23:17:08 -07:00

16 lines
231 B
YAML

image: monachus/hugo
pages:
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
script:
- cd blog
- hugo -d ../public
artifacts:
paths:
- public
only:
- master