Skip to content

Commit 2ce8fff

Browse files
committed
fix: use npm install instead of npm ci for docs
package-lock.json is not committed, so npm ci fails
1 parent 7c0a5b7 commit 2ce8fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install dependencies
4141
working-directory: ./docs
42-
run: npm ci
42+
run: npm install
4343

4444
- name: Build Docusaurus site
4545
working-directory: ./docs

0 commit comments

Comments
 (0)