mirror of
https://gitlab.com/MisterBiggs/blog.git
synced 2025-08-02 19:41:31 +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