Merge pull request #482 from open-pencil/fix-v014-docs-twoslash
ci(docs): build packages before VitePress
This commit is contained in:
commit
9ceb7a7bea
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
|
@ -17,6 +17,9 @@ jobs:
|
|||
|
||||
- uses: ./.github/actions/setup-bun
|
||||
|
||||
- name: Build SDK packages for documentation
|
||||
run: bun run build:packages
|
||||
|
||||
- run: bun run --filter @open-pencil/docs build
|
||||
|
||||
- uses: cloudflare/wrangler-action@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue