Skip to content

Commit 96a7003

Browse files
committed
fix nekoweb CI
1 parent 99f7567 commit 96a7003

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/deploy nekoweb.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,21 @@ jobs:
2121
- uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0 # Fetch all history for git info
24-
2524
- uses: actions/setup-node@v6
2625
with:
2726
node-version: 25
28-
2927
- name: Setup Pages
3028
uses: actions/configure-pages@v6
31-
3229
- name: Enable pnpm
3330
run: |
3431
corepack enable
3532
corepack prepare pnpm@latest --activate
36-
33+
- name: Warm pnpm store for Quartz CLI
34+
run: pnpm store path
35+
- name: Install dependencies
36+
run: pnpm install --frozen-lockfile
3737
- name: Build Quartz
3838
run: npx quartz build
39-
4039
- name: Upload artifact
4140
uses: actions/upload-artifact@v4
4241
with:

0 commit comments

Comments
 (0)