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 -