From 9d44b56b22d89859167a1d353ab71f6df9026954 Mon Sep 17 00:00:00 2001 From: chuzhixin <1204505056@qq.com> Date: Mon, 5 Oct 2020 18:01:01 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=B7=BB=E5=8A=A0gh-pages=E9=83=A8?= =?UTF-8?q?=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index 35523ef..97c40ab 100644 --- a/deploy.sh +++ b/deploy.sh @@ -7,7 +7,9 @@ git init git add -A git commit -m 'deploy' git push -f "https://${access_token}@gitee.com/chu1204505056/vue-admin-beautiful-mini.git" master:gh-pages +git push -f "https://${access_token}@gitee.com/chu1204505056/vue-admin-beautiful-antdv.git" master:gh-pages start "https://gitee.com/chu1204505056/vue-admin-beautiful-mini/pages" +start "https://gitee.com/chu1204505056/vue-admin-beautiful-antdv/pages" cd - exec /bin/bash