mirror of
https://gitlab.com/MisterBiggs/blog.git
synced 2025-09-19 03:52:45 +00:00
trying something else
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
|
||||
image: monachus/hugo
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
pages:
|
||||
before_script:
|
||||
- git submodule sync --recursive
|
||||
- git submodule update --init --recursive
|
||||
script:
|
||||
- cd blog
|
||||
- hugo -d ../public
|
||||
|
Reference in New Issue
Block a user