1 Star 0 Fork 4

zakailynn/店滴云开发者文档

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
deploy.sh 366 Bytes
Copy Edit Raw Blame History
店滴 authored 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/zakailynn/dandi-doc.git
git@gitee.com:zakailynn/dandi-doc.git
zakailynn
dandi-doc
店滴云开发者文档
master

Search