We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e473e commit 7024625Copy full SHA for 7024625
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
env:
36
CI: false
37
# 生成文档
38
- - run: npm run www:build
+ - run: export CI=false && npm run www:build
39
40
# 生成案例网站
41
- name: Deploy Website
0 commit comments