add git pull step to before_script
This commit is contained in:
+2
-1
@@ -2,10 +2,11 @@ image: monachus/hugo
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule sync --recursive
|
- git submodule sync --recursive
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
- cd themes/blackburn && git pull
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user