diff --git a/Makefile b/Makefile index c9755d9d..ee37d01f 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,12 @@ deployDoc: git checkout main deploySandbox: - cp -a tests/sandbox tmp/ + rm -rf tmp/sandbox + mkdir -p tmp/sandbox + cp -a tests/sandbox/*.html tmp/sandbox + # cp -a tests/sandbox/bin tmp/sandbox + # cp -a tests/sandbox/www tmp/sandbox + cp -a tools/webExporter/js tmp/sandbox git checkout gh-pages git pull