update docs workflow

This commit is contained in:
Stewart Allen 2026-05-24 20:37:14 -04:00
commit d138275bbe

View file

@ -29,7 +29,7 @@ jobs:
with:
node-version: '22'
- name: Install dependencies
run: npm ci
run: npm install
- name: Build docs
run: npm run docs-build
- name: Setup Pages