Skip to content

Commit b5a42d3

Browse files
committed
build: 修改pnpm版本
1 parent 99997af commit b5a42d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy-doc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches:
55
- master
6+
paths:
7+
- 'docs/**'
8+
- 'public/**'
9+
- '.umirc.ts'
610

711
jobs:
812
deploy:
@@ -25,7 +29,7 @@ jobs:
2529
2630
- uses: pnpm/[email protected]
2731
with:
28-
version: 6.21.0
32+
version: 6.30.0
2933
run_install: true
3034

3135
- run: pnpm run doc:build

0 commit comments

Comments
 (0)