recurse sub-modules

This commit is contained in:
Christoph Cullmann 2019-04-07 16:50:28 +02:00
parent 4b42112bc3
commit 4525a18c8e

View file

@ -5,6 +5,7 @@ set -e
# update our clone # update our clone
git submodule update --init --recursive git submodule update --init --recursive
git submodule foreach git pull origin master
git pull --recurse-submodules git pull --recurse-submodules
# rerun hugo generator # rerun hugo generator