From a68f2b50a4229bc883206c51f4d16dfa248e3673 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sun, 15 Mar 2015 20:27:08 -0700 Subject: [PATCH] Trying again... --- .travis.yml | 2 +- website/publish.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d6d41586..40d9874b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: - npm test # Automatically publish the website -script: cd website; npm install; ./setup.sh; ./publish.sh +script: cd website; npm install; ./setup.sh; ./publish.sh; echo env: - secure: "g8Xjbslq4R+3oLVgBvXM5QhiJ+7q+H+dH4+sXReyyZ64M5gf32U7oOjQNVkdx79dnGFc6a619otGsX4RiEkQlkiR+4uCgJUIgPwN4YFCIgYu4Z/0FnbbRu5yyywh5zv4WwGmAtMkgGztoMBnps5gCiPUM/RGIqwVk0Ghbmh5c2k=" branches: diff --git a/website/publish.sh b/website/publish.sh index 51746e4da..409db1459 100755 --- a/website/publish.sh +++ b/website/publish.sh @@ -18,4 +18,5 @@ 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