mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated workflow
This commit is contained in:
3
.github/workflows/nodejs.yml
vendored
3
.github/workflows/nodejs.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user