From 15c1a3e583cdc419e71c58981aa74e49f47659b9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 27 Apr 2017 13:41:04 -0300 Subject: Post-receive: git submodule sync --- ikiwiki/bin/post-receive | 1 + 1 file changed, 1 insertion(+) 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 - -- cgit v1.2.3