From 1faacf6dcbc02fea99c6705dbeba934ca47dc7aa Mon Sep 17 00:00:00 2001 From: HcySunYang Date: Wed, 9 Jan 2019 20:19:59 +0800 Subject: [PATCH] chore: Modify git repository address --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index cccbbf8..49e6c92 100644 --- a/deploy.sh +++ b/deploy.sh @@ -12,6 +12,6 @@ git config user.email 'HcySunYang@outlook.com' git add -A git commit -m 'deploy' -git push -f git@github.com:HcySunYang/vuese-explorer.git master:gh-pages +git push -f git@github.com:vuese/vuese-explorer.git master:gh-pages cd - \ No newline at end of file