From 6674677d1d910a5bf569efe873463ae96ddd0dc6 Mon Sep 17 00:00:00 2001 From: Pieter De Praetere Date: Mon, 1 Feb 2021 18:18:36 +0100 Subject: [PATCH] Update update script --- scripts/update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.30.2