diff --git a/update.sh b/update.sh index 05b0aa8..8fbc8b3 100755 --- a/update.sh +++ b/update.sh @@ -5,6 +5,7 @@ set -e # update our clone git submodule update --init --recursive +git submodule foreach git pull origin master git pull --recurse-submodules # rerun hugo generator