updated workflow

This commit is contained in:
marvzhang
2019-12-05 12:12:12 +08:00
parent 5b6de353a8
commit 0f9e4668e1

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [8.x]
steps:
- uses: actions/checkout@v1
@@ -19,7 +19,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: build docs
run: |
npm ci
npm install -g gitbook-cli
gitbook build documentation docs
env: