Skip to content

Commit 64cfc90

Browse files
authored
fix: use commands install replace ci, because not package-lock.json
1 parent 78ff3cc commit 64cfc90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-to-gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020

2121
- name: Install and Build
2222
run: |
23-
npm ci
23+
# npm ci 依赖 package-lock.json
24+
# npm ci
25+
npm install
2426
npm run docs:build
2527
2628
- name: Deploy

0 commit comments

Comments
 (0)