1 Star 0 Fork 0

capsion-refers/PicGo-Doc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 587 Bytes
一键复制 编辑 原始数据 按行查看 历史
Molunerfinn 提交于 2019-01-13 16:15 . New Doc
language: node_js
node_js: stable
# Travis-CI Caching
cache:
directories:
- node_modules
# S: Build Lifecycle
install:
- npm install
before_script:
# - npm install -g gulp
script:
- npm run build
after_script:
- cd docs/.vuepress/dist
- git init
- git config user.name "Molunerfinn"
- git config user.email "[email protected]"
- git add .
- git commit -m "Update docs"
- git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages
# E: Build LifeCycle
branches:
only:
- master
env:
global:
- GH_REF: github.com/PicGo/PicGo-Doc.git
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/capsion-refers/PicGo-Doc.git
[email protected]:capsion-refers/PicGo-Doc.git
capsion-refers
PicGo-Doc
PicGo-Doc
master

搜索帮助