Skip to content

Commit 07bc3df

Browse files
chenJJ-88claude
andcommitted
fix: deploy-docs 构建前先 build 库包,解决 dist 目录不存在导致的解析失败
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent e879aef commit 07bc3df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
node-version: 20
2626
cache: pnpm
2727
- run: pnpm install
28+
- run: pnpm build
2829
- run: pnpm build:docs
2930
- uses: actions/upload-pages-artifact@v5
3031
with:

0 commit comments

Comments
 (0)