Skip to content

Commit 7024625

Browse files
committed
fix: 修复ci报错
1 parent c6e473e commit 7024625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
CI: false
3737
# 生成文档
38-
- run: npm run www:build
38+
- run: export CI=false && npm run www:build
3939

4040
# 生成案例网站
4141
- name: Deploy Website

0 commit comments

Comments
 (0)