Skip to content

ci: update deploy.yml (#622) #84

ci: update deploy.yml (#622)

ci: update deploy.yml (#622) #84

Workflow file for this run

name: Docs Build Test
on: ["push", "pull_request"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: install dependencies
run: npm install
- name: build docs
run: node data/_utils/pkg && grunt