From e53328c4cfa78ef2abaaa7b50738073e157060bd Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Wed, 21 Sep 2022 17:23:17 +0100 Subject: [PATCH] Update submodules when deployed the sandbox --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index dcbcfbc9..87551626 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,8 @@ deploySandbox: git checkout gh-pages cp tmp/sandbox/*.html sandbox + git submodule foreach git pull + git commit -m "Sandbox Updated" git push origin gh-pages git checkout main