diff --git a/Makefile b/Makefile index 87551626..8ebe5004 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ deploySandbox: git checkout gh-pages cp tmp/sandbox/*.html sandbox - git submodule foreach git pull + git submodule foreach git pull git commit -m "Sandbox Updated" git push origin gh-pages