Skip to content

Commit 7f80bd3

Browse files
author
15367279252qq.com
committed
ci: fix docs build — cd into package dir instead of bun --cwd
1 parent 2cb6a97 commit 7f80bd3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ jobs:
4444
cd "$SKIA" && npx node-pre-gyp install --fallback-to-build=false
4545
4646
- name: Build docs
47-
run: bun run docs:build
47+
run: |
48+
cd packages/marknative-docs
49+
bun run examples
50+
bunx vitepress build
4851
4952
- name: Upload Pages artifact
5053
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)