Skip to content

Commit

Permalink
ci: build docs test (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Sep 21, 2021
1 parent ddb8e45 commit fcf60ee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,20 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn build

build-docs:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn build:docs

0 comments on commit fcf60ee

Please sign in to comment.