update docs workflow
This commit is contained in:
parent
5f1f77add9
commit
d138275bbe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue