recurse sub-modules
This commit is contained in:
parent
4b42112bc3
commit
4525a18c8e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue