mirror of
https://gitlab.com/MisterBiggs/blog.git
synced 2025-06-15 14:46:52 +00:00
16 lines
231 B
YAML
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 |