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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue