add git pull step to before_script

This commit is contained in:
Jake Windle 2018-03-03 15:20:29 -08:00
parent 7d39cdf158
commit fe14e0c603

View File

@ -2,10 +2,11 @@ image: monachus/hugo
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
- cd themes/blackburn && git pull
pages:
script: