1 Star 0 Fork 555

SeasonPilot/cs-wiki

forked from 小牛肉/cs-wiki 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy.sh 454 Bytes
一键复制 编辑 原始数据 按行查看 历史
小牛肉 提交于 2022-04-02 23:08 . 更新
#!/usr/bin/env sh
# 确保脚本抛出遇到的错误
set -e
# 更新 master
git add -A
git commit -m "更新"
git push
# 更新 gh-pages
cd vuepress-doc
npm run build # 生成静态文件
cd docs/.vuepress/dist # 进入生成的文件夹
git init
echo 'cswiki.top' > CNAME # 绑定域名
git add -A
git commit -m 'deploy'
# 发布到 https://<USERNAME>.github.io/<REPO>
git push -f git@github.com:veal98/cs-wiki.git master:gh-pages
cd -
cd ../
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/SeasonPilot/cs-wiki.git
git@gitee.com:SeasonPilot/cs-wiki.git
SeasonPilot
cs-wiki
cs-wiki
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385