Skip to content

Commit 7d797b0

Browse files
authored
update the submodules in staging (#882)
1 parent 8e1ac45 commit 7d797b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-to-staging.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
cd /var/www/neurostore &&
3030
git fetch origin && # Fetch full history
3131
git fetch --all && # Fetch all branches and their histories
32-
git reset --hard origin/staging &&
32+
git reset --hard origin/staging &&
33+
git submodule update &&
3334
git clean -fd
3435
'
3536

0 commit comments

Comments
 (0)