Fix submodule
This commit is contained in:
parent
68500abb7f
commit
9023eb4aec
|
@ -14,11 +14,11 @@ fi
|
||||||
|
|
||||||
if ! [ -d "$REPO_PATH" ]; then
|
if ! [ -d "$REPO_PATH" ]; then
|
||||||
git clone "$REPO_URL" "$REPO_PATH"
|
git clone "$REPO_URL" "$REPO_PATH"
|
||||||
(cd "$REPO_PATH" && git submodule init)
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "$REPO_PATH"
|
cd "$REPO_PATH"
|
||||||
git pull
|
git pull
|
||||||
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
zola build
|
zola build
|
||||||
|
|
Loading…
Reference in New Issue