mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 11:05:21 +00:00
Trying again...
This commit is contained in:
parent
0001b9845d
commit
a68f2b50a4
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user