From 807e9307860b78839057e8b342a632daf672b442 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Tue, 17 Dec 2019 18:41:46 -0800 Subject: [PATCH] Update publish-book.sh --- ci/publish-book.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/publish-book.sh b/ci/publish-book.sh index 72ec53b43..00716c2a6 100755 --- a/ci/publish-book.sh +++ b/ci/publish-book.sh @@ -90,7 +90,7 @@ echo --- update gitbook-cage git config user.email maintainers@solana.com git config user.name "$me" git commit -m "gitbook-cage update $(date -Is)" - git push -f github.com:solana-labs/solana-gitbook-cage.git HEAD:refs/heads/"$CI_BRANCH" + git push -f git@github.com:solana-labs/solana-gitbook-cage.git HEAD:refs/heads/"$CI_BRANCH" # pop off the local commit git reset --hard HEAD~ fi