From 4e185b4e90e5598a4041fcf14fee37556f5b7403 Mon Sep 17 00:00:00 2001 From: Jimmy Song Date: Thu, 22 Jun 2017 12:07:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9wercker=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wercker.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/wercker.yml b/wercker.yml index 3ab7cc9cd..4c9069e3f 100644 --- a/wercker.yml +++ b/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