Skip to content

Commit 49780ef

Browse files
committed
config: update gh-pages build command
1 parent ec2dab3 commit 49780ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: pnpm install
2323
- name: Build project
24-
run: pnpm build & pnpm build:tsc & pnpm build:amd
24+
run: pnpm build
2525
- name: Build with dumi
2626
# 文档编译命令,如果是 react 模板需要修改为 npm run docs:build
2727
run: pnpm doc:build

0 commit comments

Comments
 (0)