修改wercker配置

pull/20/head
Jimmy Song 2017-06-22 12:07:24 +08:00
parent 38e2001f01
commit 4e185b4e90
1 changed files with 5 additions and 10 deletions

View File

@ -1,14 +1,9 @@
box: wercker/nodejs
box: billryan/gitbook:base
build:
steps:
# - npm-install
# install gitbook itself
- script:
name: install gitbook
code: sudo npm install -g gitbook
name: build
code: |
gitbook install
gitbook build
# build gitbook
- script:
name: build gitbook
code: gitbook install && gitbook build