Commit b7865e5
perlinson
🔧 fix: 将 GitHub Pages 工作流中的 npm ci 改为 npm install
✨ 修复内容:
- 将 npm ci 命令更改为 npm install
- 提高依赖安装的灵活性和兼容性
🔧 技术细节:
- npm install 在缺少 package-lock.json 时更稳定
- 避免 npm ci 的严格锁文件要求
- 确保依赖能够正常安装
🎯 解决问题:
- 修复可能的依赖安装失败问题
- 提升构建流程的可靠性1 parent ac2da68 commit b7865e5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments