From 6aa1bbc6c630ae5d8732a5dc8b01af01ef6cee21 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sun, 1 May 2016 16:17:16 +0300 Subject: [PATCH] fix prepare_deploy fail --- build/prepare_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/prepare_deploy.sh b/build/prepare_deploy.sh index f180a36e..71a8562b 100755 --- a/build/prepare_deploy.sh +++ b/build/prepare_deploy.sh @@ -8,7 +8,7 @@ git reset --hard git fetch origin gh-pages:gh-pages git checkout gh-pages cp -R ../releases/* . -git checkout master +git checkout @{-1} cd - # build