|
|
|
|
@ -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
|
|
|
|
|
|