Skip to content

Commit

Permalink
Merge pull request facebook#3425 from vjeux/add_files
Browse files Browse the repository at this point in the history
[website] Support pushing new files
  • Loading branch information
vjeux committed Oct 14, 2015
2 parents ceb948d + c43b2da commit 3f2199d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ cp -R build/react-native/* ../../react-native-gh-pages/
rm -Rf build/
cd ../../react-native-gh-pages
git status
git add -A .
if ! git diff-index --quiet HEAD --; then
git add -A .
git commit -m "update website"
git push origin gh-pages
fi
Expand Down

0 comments on commit 3f2199d

Please sign in to comment.