Skip to content

Commit cc7d221

Browse files
committed
更改打包脚本
1 parent 06c359e commit cc7d221

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ git commit -m "GitHub Action 自动部署:$time"
2020

2121
# # 如果发布到 https://<USERNAME>.github.io -f 强制推送
2222
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git main
23-
git push -f [email protected]:muyaCode/FrontEndLearnNotes.git main:gh-pages # 发布到Gitee
24-
# git push -f [email protected]:muyaCode/FrontEndLearnNotes.git main:gh-pages # 发布到GitHub
23+
# git push -f [email protected]:muyaCode/FrontEndLearnNotes.git main:gh-pages # 发布到Gitee
24+
git push -f [email protected]:muyaCode/FrontEndLearnNotes.git main:gh-pages # 发布到GitHub
2525

2626

2727
# 退出到本项目根目录
@@ -35,8 +35,8 @@ rm -rf docs/.vitepress/dist
3535
# echo "文档地址:https://muyacode.github.io/FrontEndLearnNotes/"
3636

3737
# 格式化输出带颜色配置:https://www.shuzhiduo.com/A/D854N3mVzE/
38-
echo -e "Gitee仓库地址:\033[44;37m https://gitee.com/muyaCode/FrontEndLearnNotes/ \033[0m"
39-
echo -e "GiteePages文档地址:\033[47;30m https://muyacode.gitee.io/FrontEndLearnNotes/ \033[0m"
38+
# echo -e "Gitee仓库地址:\033[44;37m https://gitee.com/muyaCode/FrontEndLearnNotes/ \033[0m"
39+
# echo -e "GiteePages文档地址:\033[47;30m https://muyacode.gitee.io/FrontEndLearnNotes/ \033[0m"
4040
echo -e "————————————————————————————————————————————————————————————————————————————————————————"
4141
echo -e "GitHub仓库地址:\033[44;37m https://github.com/muyaCode/FrontEndLearnNotes/ \033[0m"
4242
echo -e "GitHubPages文档地址:\033[47;30m https://muyacode.github.io/FrontEndLearnNotes/ \033[0m"

0 commit comments

Comments
 (0)