add git pull step to before_script
This commit is contained in:
@@ -6,6 +6,7 @@ variables:
|
||||
before_script:
|
||||
- git submodule sync --recursive
|
||||
- git submodule update --init --recursive
|
||||
- cd themes/blackburn && git pull
|
||||
|
||||
pages:
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user