Skip to content

Commit d24dd22

Browse files
committed
fix: doc build path
1 parent 2bc28d3 commit d24dd22

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,12 @@ jobs:
3939
uses: actions/setup-node@v4
4040
with:
4141
node-version: 22
42-
cache: npm # 或 pnpm / yarn
4342
- name: Setup Pages
4443
uses: actions/configure-pages@v4
4544
- name: Install dependencies
46-
run: npm ci # 或 pnpm install / yarn install / bun install
45+
run: cd fust-docs && npm ci # 或 pnpm install / yarn install / bun install
4746
- name: Build with VitePress
48-
run: npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
47+
run: cd fust-docs && npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
4948
- name: Upload artifact
5049
uses: actions/upload-pages-artifact@v3
5150
with:

0 commit comments

Comments
 (0)