Skip to content

Commit 0aa207d

Browse files
update the sabdbox uploader script
1 parent 6e9ced4 commit 0aa207d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,12 @@ deploySandbox:
9696
cp -a tests/sandbox tmp/
9797

9898
git checkout gh-pages
99+
git pull
99100
cp tmp/sandbox/*.html sandbox
100101
cp -r tmp/sandbox/js sandbox
101102

103+
git submodule update --init
104+
git submodule foreach git checkout gh-pages
102105
git submodule foreach git pull
103106
git add sandbox
104107

0 commit comments

Comments
 (0)