Skip to content

fix: examples/tabs/palette-exemplar/package.json to reduce vulnerabil… #215

fix: examples/tabs/palette-exemplar/package.json to reduce vulnerabil…

fix: examples/tabs/palette-exemplar/package.json to reduce vulnerabil… #215

Workflow file for this run

name: Build-Docs
on: [push]
jobs:
buildDocs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [12]
steps:
- uses: actions/checkout@v2
- name: Install
run: cd docs && npm install
- name: Build
run: cd docs && npm run-script build