From e318c495f734f952c257a73386db35d52f857a53 Mon Sep 17 00:00:00 2001 From: Yudong Jin Date: Thu, 12 Jan 2023 04:23:17 +0800 Subject: [PATCH] Update deploy.sh --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 96a633cba..975d7b2f9 100644 --- a/deploy.sh +++ b/deploy.sh @@ -3,6 +3,6 @@ mkdocs build --clean cd site git init git add -A -git commit -m 'deploy' +git commit -m "deploy" git push -f git@github.com:krahets/hello-algo.git master:gh-pages cd -