From 4655534bd699e9292e9a6a0cdb20c1c4431c1b67 Mon Sep 17 00:00:00 2001 From: krahets Date: Mon, 6 Feb 2023 03:43:58 +0800 Subject: [PATCH] Update default branch from 'master' to 'main'. --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 975d7b2f..fb4e574f 100644 --- a/deploy.sh +++ b/deploy.sh @@ -4,5 +4,5 @@ cd site git init git add -A git commit -m "deploy" -git push -f git@github.com:krahets/hello-algo.git master:gh-pages +git push -f git@github.com:krahets/hello-algo.git main:gh-pages cd -