From 771c5f8cdeabca55d13217bf7bf2c88f21263251 Mon Sep 17 00:00:00 2001 From: ionutpopean314 <130129583+ionutpopean314@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:57:39 +0200 Subject: [PATCH] Added submodule sync step --- deploy.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy.php b/deploy.php index 722956f..70b3d72 100644 --- a/deploy.php +++ b/deploy.php @@ -415,6 +415,10 @@ function cmd($command, $print = true, $dir = GIT_DIR) { , $checkout )); +// Sync the submodules +echo "\nSync git submodules\n"; +cmd('git submodule sync'); + // Update the submodules echo "\nUpdating git submodules in git directory\n"; cmd(sprintf(