mirror of
https://gitlab.com/MisterBiggs/blog.git
synced 2025-06-16 07:06:46 +00:00
trying something else
This commit is contained in:
parent
86f9073ae3
commit
44729da93c
@ -1,10 +1,11 @@
|
|||||||
|
|
||||||
image: monachus/hugo
|
image: monachus/hugo
|
||||||
|
|
||||||
variables:
|
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
before_script:
|
||||||
|
- git submodule sync --recursive
|
||||||
|
- git submodule update --init --recursive
|
||||||
script:
|
script:
|
||||||
- cd blog
|
- cd blog
|
||||||
- hugo -d ../public
|
- hugo -d ../public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user