We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f7567 commit 96a7003Copy full SHA for 96a7003
1 file changed
.github/workflows/deploy nekoweb.yml
@@ -21,22 +21,21 @@ jobs:
21
- uses: actions/checkout@v6
22
with:
23
fetch-depth: 0 # Fetch all history for git info
24
-
25
- uses: actions/setup-node@v6
26
27
node-version: 25
28
29
- name: Setup Pages
30
uses: actions/configure-pages@v6
31
32
- name: Enable pnpm
33
run: |
34
corepack enable
35
corepack prepare pnpm@latest --activate
36
+ - name: Warm pnpm store for Quartz CLI
+ run: pnpm store path
+ - name: Install dependencies
+ run: pnpm install --frozen-lockfile
37
- name: Build Quartz
38
run: npx quartz build
39
40
- name: Upload artifact
41
uses: actions/upload-artifact@v4
42
0 commit comments