kubernetes-handbook/wercker.yml

10 lines
148 B
YAML
Raw Normal View History

2017-06-22 12:07:24 +08:00
box: billryan/gitbook:base
2017-06-22 12:02:07 +08:00
build:
steps:
- script:
2017-06-22 12:07:24 +08:00
name: build
code: |
gitbook install
gitbook build
2017-06-22 12:02:07 +08:00