kubernetes-handbook/wercker.yml

15 lines
282 B
YAML
Raw Normal View History

2017-06-22 12:02:07 +08:00
box: wercker/nodejs
build:
steps:
# - npm-install
# install gitbook itself
- script:
name: install gitbook
code: sudo npm install -g gitbook
# build gitbook
- script:
name: build gitbook
code: gitbook install && gitbook build