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 -