1 Star 0 Fork 4

亲爱的张/店滴云开发者文档

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
deploy.sh 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
店滴 提交于 2021-09-08 10:14 . 20210908
set -e
yarn
git add .
read -p "Commits: " commit
git commit -S -m "$commit"
git push
yarn docs:build
cd src/.vuepress/dist
git init
git config user.name '2192138785@qq.com'
git config user.email '2192138785@qq.com'
git add -A
git commit -m "deploy: $(date +"%Y年%m月%d日 %T %:z")"
git push -f https://gitee.com/wayfiretech_admin/dandi-doc.git master:gh-pages
cd -
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/babyfly555/dandi-doc.git
git@gitee.com:babyfly555/dandi-doc.git
babyfly555
dandi-doc
店滴云开发者文档
master

搜索帮助