From 9cf15b164d46e41186072403189e3e5738b854ea Mon Sep 17 00:00:00 2001 From: Jonny Wei <18174005984@163.com> Date: Wed, 11 Nov 2020 10:24:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(deploy):=20=E4=BF=AE=E6=94=B9=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E8=84=9A=E6=9C=AC=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index a0acdf83..b1445201 100644 --- a/deploy.sh +++ b/deploy.sh @@ -20,6 +20,6 @@ git commit -m 'deploy' # git push -f git@github.com:/.github.io.git main # 如果发布到 https://.github.io/ -git push -f https://github.com/jonny-wei/blog.git main:gh-pages +git push -f https://github.com/jonny-wei/blog.git build:gh-pages cd -