diff options
Diffstat (limited to 'ikiwiki/bin/post-receive')
-rwxr-xr-x | ikiwiki/bin/post-receive | 1 |
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 - |