修改wercker配置
parent
38e2001f01
commit
4e185b4e90
15
wercker.yml
15
wercker.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue