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 6e15ccd commit 3696d34Copy full SHA for 3696d34
1 file changed
.github/workflows/deploy.yml
@@ -27,6 +27,8 @@ jobs:
27
- name: Install Dependencies
28
run: pnpm install
29
working-directory: ./www # 假设你的目录叫 www
30
+ env:
31
+ CF_PAGES: "1"
32
33
- name: Build Docs
34
run: pnpm run docs:build
0 commit comments