From 05d154509c0cf0196250e355d192af70b48a2a8f Mon Sep 17 00:00:00 2001 From: cooper Date: Tue, 11 Jul 2023 09:56:29 +0800 Subject: [PATCH] chore: change deploy.sh --- deploy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index d775f15..a683360 100644 --- a/deploy.sh +++ b/deploy.sh @@ -13,6 +13,8 @@ git init git add -A git commit -m 'deploy' -git push -f git@github.com:AliceCooper214/alicecooper214.github.io.git master:gh-pages +git remote add origin https://github.com/AliceCooper214/alicecooper214.github.io.git +git checkout -b gh-pages +git push -f git@github.com:AliceCooper214/alicecooper214.github.io.git gh-pages cd - \ No newline at end of file