We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04522c5 commit 6d735ebCopy full SHA for 6d735eb
1 file changed
.github/workflows/deploy.yml
@@ -33,14 +33,14 @@ jobs:
33
with:
34
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
35
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消此区域注释
36
- # with:
37
- # version: 9
38
- # - uses: oven-sh/setup-bun@v1 # 如果使用 Bun,请取消注释
+ with:
+ version: 9
+ - uses: oven-sh/setup-bun@v1 # 如果使用 Bun,请取消注释
39
- name: Setup Node
40
uses: actions/setup-node@v4
41
42
node-version: 22
43
- cache: npm # 或 pnpm / yarn
+ cache: pnpm # 或 pnpm / yarn
44
- name: Setup Pages
45
uses: actions/configure-pages@v4
46
- name: Install dependencies
0 commit comments