Skip to content

v4.3.2 - Update mui-components to 1.1.4, update jsdocs and bug fix fo… #641

v4.3.2 - Update mui-components to 1.1.4, update jsdocs and bug fix fo…

v4.3.2 - Update mui-components to 1.1.4, update jsdocs and bug fix fo… #641

Workflow file for this run

name: Build Docs Website
on: [push]
jobs:
build-docs:
name: Build Docs
runs-on: ubuntu-latest
env:
GOOGLE_ANALYTICS_MEASUREMENT_ID: ${{ secrets.GOOGLE_ANALYTICS_MEASUREMENT_ID }}
steps:
- name: Checkout Repository
uses: actions/checkout@v7
with:
fetch-depth: 0
# let pnpm version be determined from pkg.json
- name: Configure pnpm
uses: pnpm/action-setup@v6
with:
run_install: false
- name: Configure Node.js
uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build Docs Website
run: pnpm docs:build