recurse sub-modules
This commit is contained in:
parent
25bc0413e0
commit
4b42112bc3
|
@ -5,8 +5,7 @@ set -e
|
||||||
|
|
||||||
# update our clone
|
# update our clone
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
git submodule update --recursive --remote
|
git pull --recurse-submodules
|
||||||
git pull
|
|
||||||
|
|
||||||
# rerun hugo generator
|
# rerun hugo generator
|
||||||
# export the GIT env vars we need to have links in the footer
|
# export the GIT env vars we need to have links in the footer
|
||||||
|
|
Loading…
Reference in a new issue