Skip to content

Commit

Permalink
fix: git url
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBboys committed Oct 1, 2024
1 parent e16c5df commit d781824
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ cd dist-example-page
git init

# 添加所有文件到暂存区
git config user.name "panda"
git config user.name "pandavips"
git config user.email "[email protected]"
git add -A

# 提交更改
git commit -m "部署更新 $(date)"

# 添加远程仓库
git remote add origin https://github.com/pandavips/Vue3-Command-Dialog.git
git remote add origin [email protected]:pandavips/Vue3-Command-Dialog.git


# 强制推送到 gh-pages 分支
git push -f origin master:gh-pages
Expand Down

0 comments on commit d781824

Please sign in to comment.