Update default branch from 'master' to 'main'.

This commit is contained in:
krahets 2023-02-06 03:43:58 +08:00
parent c4b510038c
commit 4655534bd6

View File

@ -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 -