From: Silvio Rhatto Date: Thu, 27 Apr 2017 16:41:04 +0000 (-0300) Subject: Post-receive: git submodule sync X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=15c1a3e583cdc419e71c58981aa74e49f47659b9;p=templates.git Post-receive: git submodule sync --- 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 -