1 Star 1 Fork 0

neoles/vue-pipeline

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy-demo.sh 267 Bytes
一键复制 编辑 原始数据 按行查看 历史
zuo_ji 提交于 2019-12-06 16:06 . update script
#!/bin/bash
cd demo && yarn \
&& npm run build \
&& rm -rf /tmp/dist && mv -f dist /tmp/dist \
&& cd .. \
&& git checkout gh-pages \
&& rm -rf css fonts img js \
&& mv -f /tmp/dist/* ./ \
&& git add . && git commit -m "update demo page" && git push origin gh-pages
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Skeeter/vue-pipeline.git
git@gitee.com:Skeeter/vue-pipeline.git
Skeeter
vue-pipeline
vue-pipeline
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385