Browse Source

update the sabdbox uploader script

pull/209/head
Eugenio Parodi 2 years ago
parent
commit
0aa207d961
  1. 3
      Makefile

3
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

Loading…
Cancel
Save