Skip to content

Commit 02cba3b

Browse files
committed
ci: 更新 GitHub Actions 工作流
- 在 deploy.yml 中添加 pnpm 缓存以提高构建效率
1 parent 0b10e4e commit 02cba3b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: actions/setup-node@v4
3838
with:
3939
node-version: 22
40+
cache: pnpm
4041
- name: Setup Pages
4142
uses: actions/configure-pages@v4
4243
- name: Install dependencies
File renamed without changes.

0 commit comments

Comments
 (0)