Skip to content

Commit 6d735eb

Browse files
authored
Update deploy.yml
1 parent 04522c5 commit 6d735eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
with:
3434
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
3535
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消此区域注释
36-
# with:
37-
# version: 9
38-
# - uses: oven-sh/setup-bun@v1 # 如果使用 Bun,请取消注释
36+
with:
37+
version: 9
38+
- uses: oven-sh/setup-bun@v1 # 如果使用 Bun,请取消注释
3939
- name: Setup Node
4040
uses: actions/setup-node@v4
4141
with:
4242
node-version: 22
43-
cache: npm # 或 pnpm / yarn
43+
cache: pnpm # 或 pnpm / yarn
4444
- name: Setup Pages
4545
uses: actions/configure-pages@v4
4646
- name: Install dependencies

0 commit comments

Comments
 (0)