3 Star 16 Fork 12

小君/fabric-doc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 215 Bytes
一键复制 编辑 原始数据 按行查看 历史
junxiang wang 提交于 2020-01-13 11:19 . 提交文档
image: node:9.11.1
pages:
cache:
paths:
- node_modules/
script:
- yarn install # npm install
- yarn docs:build # npm run docs:build
artifacts:
paths:
- public
only:
- master
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Funcion_woqu/fabric-doc.git
git@gitee.com:Funcion_woqu/fabric-doc.git
Funcion_woqu
fabric-doc
fabric-doc
master

搜索帮助