Skip to content

Commit c434d39

Browse files
committed
build: 更新GitHub actions
1 parent 0bb102f commit c434d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: 设置 Node.js
3535
uses: actions/setup-node@v4
3636
with:
37-
publish_dir: document/web-docs
3837
node-version: 20
3938
cache: pnpm
39+
cache-dependency-path: document/web-docs/package.json
4040

4141
- name: 构建文档
4242
env:

0 commit comments

Comments
 (0)