1 Star 2 Fork 0

snowdreams1006 / gitbook-plugin-openwrite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 258 Bytes
一键复制 编辑 原始数据 按行查看 历史
snowdreams1006 提交于 2019-11-13 11:48 . auto deploy website
pages:
stage: deploy
script:
- cd docs
- tar -zcvf ./public.tar.gz ./*
- cd ..
- mkdir ./public
- tar -zxvf ./docs/public.tar.gz -C ./public
- rm -rf ./docs/public.tar.gz
artifacts:
paths:
- public
only:
- master
CSS
1
https://gitee.com/snowdreams1006/gitbook-plugin-openwrite.git
git@gitee.com:snowdreams1006/gitbook-plugin-openwrite.git
snowdreams1006
gitbook-plugin-openwrite
gitbook-plugin-openwrite
master

搜索帮助