From 4a96fe1a76d38375a59f0230f36e6226368d2bea Mon Sep 17 00:00:00 2001 From: Manny Date: Sat, 1 Jan 2022 16:15:59 -0600 Subject: [PATCH] Update deploy_docs.sh (https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository#renaming-branches)This updates - the remote name to `https://github/com/Yelp/graphql-guidelines.git` - the **LOCALBRANCHNAME** from `master` to `main` - [ref](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository#renaming-branches) --- deploy_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_docs.sh b/deploy_docs.sh index e619f84..5b4a765 100755 --- a/deploy_docs.sh +++ b/deploy_docs.sh @@ -19,6 +19,6 @@ git config user.email "darwin@yelp.com" git config user.name "Darwin S." git commit -m 'deploy' -git push -f https://github.com:Yelp/graphql-guidelines.git master:docs +git push -f https://github.com/Yelp/graphql-guidelines.git main:docs cd -