1 Star 0 Fork 0

cjh0613/Easy-Hexo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mitscherlich 提交于 2019-02-07 13:51 . :green_heart:Make ci green again
language: node_js
node_js:
- "lts/*"
cache:
yarn: true
directories:
- node_modules
before_install:
- export TZ='Asia/Shanghai'
install:
- yarn install --pure-lockfile
script:
- yarn docs:build
deploy:
provider: pages
skip_cleanup: true
committer-from-gh: true
github_token: $GITHUB_TOKEN
local_dir: docs/.vuepress/dist
keep-history: true
on:
branch: master
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cjh0613/Easy-Hexo.git
git@gitee.com:cjh0613/Easy-Hexo.git
cjh0613
Easy-Hexo
Easy-Hexo
master

搜索帮助