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: with:
node-version: '22' node-version: '22'
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm install
- name: Build docs - name: Build docs
run: npm run docs-build run: npm run docs-build
- name: Setup Pages - name: Setup Pages