Attempt n+1

This commit is contained in:
Christopher Chedeau 2015-03-15 20:16:48 -07:00
parent 7c9969025e
commit 0001b9845d
1 changed files with 1 additions and 3 deletions

View File

@ -18,6 +18,4 @@ rm -Rf build/
cd ../../react-native-gh-pages
git add --all
git commit -m "update website"
git push
cd ../react-native/website
exit 0
git push; cd ../react-native/website; exit 0