Skip to content

Commit 4babf27

Browse files
committed
🐎 ci: 修复 install 报错
1 parent 4f77bbe commit 4babf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: 20
2929
cache: 'npm'
3030
- name: Install dependencies
31-
run: npm install
31+
run: npm install --ignore-scripts
3232
- name: Build documentation
3333
run: npm run docs:build
3434
- name: Setup Pages

0 commit comments

Comments
 (0)