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 f3168cb commit 6e4ecc1Copy full SHA for 6e4ecc1
1 file changed
.github/workflows/deploy.yml
@@ -25,11 +25,11 @@ jobs:
25
node-version: 20
26
27
- name: Install Dependencies
28
- run: CF_PAGES=1 pnpm install
+ run: pnpm install
29
working-directory: ./www # 假设你的目录叫 www
30
31
- name: Build Docs
32
- run: pnpm run docs:build
+ run: CF_PAGES=1 pnpm run docs:build
33
working-directory: ./www
34
35
# 魔法时刻:强推到 Cloudflare Pages
0 commit comments