From 6663726b6e3481b9295b89fcbe9d0e768b2b11ab Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Tue, 5 Jan 2016 19:24:48 +0000 Subject: [PATCH] small hack to have circle.yml in gh-pages generated branch --- website/publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/website/publish.sh b/website/publish.sh index 7d34e18758f78f..28ec151e9e9a44 100755 --- a/website/publish.sh +++ b/website/publish.sh @@ -21,6 +21,7 @@ rm -Rf * cd ../react-native/website node server/generate.js cp -R build/react-native/* ../../react-native-gh-pages/ +cp ../circle.yml ../../react-native-gh-pages/ rm -Rf build/ cd ../../react-native-gh-pages git status