diff --git a/Makefile b/Makefile index 7ba7a361..c9755d9d 100644 --- a/Makefile +++ b/Makefile @@ -96,9 +96,12 @@ deploySandbox: cp -a tests/sandbox tmp/ git checkout gh-pages + git pull cp tmp/sandbox/*.html sandbox cp -r tmp/sandbox/js sandbox + git submodule update --init + git submodule foreach git checkout gh-pages git submodule foreach git pull git add sandbox