Skip to content

Commit 223ff3c

Browse files
author
Chu Fan
committed
Merge branch 'next' into feat/docs-dev
2 parents 59d6c21 + ed17b5f commit 223ff3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docs-page-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: docs-page-deploy
22

33
on:
4-
# 每当 push 到 main 分支时触发部署
5-
# push:
6-
# branches: [ next ]
4+
# 每当 push 到 next 分支时触发部署
5+
push:
6+
branches: [next]
77
# 手动触发部署
88
workflow_dispatch:
99

@@ -21,7 +21,7 @@ jobs:
2121
uses: pnpm/action-setup@v2
2222
with:
2323
# 选择要使用的 pnpm 版本
24-
version: 6
24+
version: 7
2525
# 使用 pnpm 安装依赖
2626
run_install: true
2727

@@ -35,7 +35,7 @@ jobs:
3535

3636
# 运行构建脚本
3737
- name: Build VuePress site
38-
run: pnpm build
38+
run: pnpm build-proxy
3939

4040
# 查看 workflow 的文档来获取更多信息
4141
# @see https://github.com/crazy-max/ghaction-github-pages

0 commit comments

Comments
 (0)