15 Star 66 Fork 20

张利军 / RSSHub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
DIYgod 提交于 2018-05-06 15:20 . test Travis CI judgement
language: node_js
node_js: stable
before_install:
install:
- yarn
script:
- npm run docs:build
- cd docs/.vuepress/dist
- echo 'rsshub.js.org' > CNAME
after_script:
- |
if git diff --name-only $TRAVIS_COMMIT_RANGE | grep '^docs/'
then
git init
git config user.name "Travis CI"
git config user.email "no-reply@html.love"
git add -A
git commit -m 'deploy'
git push -f "https://${GH_TOKEN}@github.com/DIYgod/RSSHub.git" master:gh-pages
fi
cache:
yarn: true
directories:
- node_modules
JavaScript
1
https://gitee.com/zhangfeifei6/RSSHub.git
git@gitee.com:zhangfeifei6/RSSHub.git
zhangfeifei6
RSSHub
RSSHub
master

搜索帮助