aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xikiwiki/bin/post-receive1
1 files changed, 1 insertions, 0 deletions
diff --git a/ikiwiki/bin/post-receive b/ikiwiki/bin/post-receive
index ff7cf50..627198d 100755
--- a/ikiwiki/bin/post-receive
+++ b/ikiwiki/bin/post-receive
@@ -14,6 +14,7 @@ else
git checkout -f
fi
+git submodule sync --recursive
git submodule update --init --recursive
cd -