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