diff --git a/website/publish.sh b/website/publish.sh index e2e0d971a687d7..51746e4da0a9a6 100755 --- a/website/publish.sh +++ b/website/publish.sh @@ -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