代码拉取完成,页面将自动刷新
echo '--------upload files start--------'
# 进入生成的构建文件夹
# cd ./
# 如果你是要部署到自定义域名
# echo 'www.example.com' > CNAME
# git init
git add .
git status
git commit -m 'auto update https://wugenqiang.github.io/NoteBook'
echo '--------commit successfully--------'
# git push -f https://github.com/wugenqiang/CS-Notes.git master
git push -u https://github.com/wugenqiang/NoteBook.git master
# git remote add origin https://github.com/wugenqiang/CS-Notes.git
# git push -u origin master
echo '--------push to GitHub successfully--------'
# git push -f https://gitee.com/wugenqiang/CS-Notes.git master
git push -u https://gitee.com/wugenqiang/NoteBook.git master
# git remote add origin https://gitee.com/wugenqiang/CS-Notes.git
# git push -u origin master
echo '--------push to Gitee successfully--------'
# 如果你想要部署到 https://<USERNAME>.github.io/<REPO>
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
# 完美
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。