Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.46.0 to 8.46.1 #2421

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.46.0 to 8.46.1

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.46.0 to 8.46.1 #2421

Workflow file for this run

name: Docs - Build (& Deploy)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-test-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with: { persist-credentials: false }
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version-file: '.nvmrc'
- 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: npm run mkdocs-build
- name: Deploy
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
with:
branch: gh-pages
folder: site