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 ec2dab3 commit 49780efCopy full SHA for 49780ef
.github/workflows/gh-pages.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: pnpm install
23
- name: Build project
24
- run: pnpm build & pnpm build:tsc & pnpm build:amd
+ run: pnpm build
25
- name: Build with dumi
26
# 文档编译命令,如果是 react 模板需要修改为 npm run docs:build
27
run: pnpm doc:build
0 commit comments