mirror of
https://gitlab.com/MisterBiggs/blog.git
synced 2025-06-16 07:06:46 +00:00
15 lines
197 B
YAML
15 lines
197 B
YAML
|
|
image: monachus/hugo
|
|
|
|
variables:
|
|
GIT_SUBMODULE_STRATEGY: recursive
|
|
|
|
pages:
|
|
script:
|
|
- cd blog
|
|
- hugo -d ../public --themesDir=./theme
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master |