Skip to content

Bump eslint-plugin-jsdoc from 46.8.1 to 46.8.2 #454

Bump eslint-plugin-jsdoc from 46.8.1 to 46.8.2

Bump eslint-plugin-jsdoc from 46.8.1 to 46.8.2 #454

Workflow file for this run

name: Docs - Build and Deploy
on:
pull_request:
branches:
- main
jobs:
build-test-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install NPM packages
run: npm ci
- name: Build style spec
run: |
npm run generate-style-spec
npm run generate-typings
- name: Build docs
run: |
cd ./docs
npm ci
npm run build