From: Pieter De Praetere Date: Mon, 1 Feb 2021 17:18:36 +0000 (+0100) Subject: Update update script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6674677d1d910a5bf569efe873463ae96ddd0dc6;p=stands-website.git Update update script --- diff --git a/scripts/update.sh b/scripts/update.sh index 6e9c9b8..c2e1aa2 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -7,6 +7,8 @@ git pull origin master git submodule init git submodule update +git pull --recurse-submodules + hugo -exit 0 \ No newline at end of file +exit 0