Skip to content

browserhax: fallback to MSET9 if DS mode is not working #5139

browserhax: fallback to MSET9 if DS mode is not working

browserhax: fallback to MSET9 if DS mode is not working #5139

Workflow file for this run

name: Test site build
on:
pull_request:
jobs:
doc-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
submodules: recursive
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Build site
run: npm run docs:build