Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cd852f

Browse files
committed
ci(loradb-docs): build lora-query before docs site
1 parent e6390e9 commit 9cd852f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/loradb-docs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on:
2424
pull_request:
2525
paths:
2626
- "apps/loradb.com/**"
27+
- "packages/lora-query/**"
2728
- ".github/workflows/loradb-docs.yml"
2829
release:
2930
types: [released]
@@ -53,6 +54,16 @@ jobs:
5354
steps:
5455
- uses: actions/checkout@v5
5556

57+
- uses: ./.github/actions/setup-rust
58+
with:
59+
cache-key: loradb-docs-ubuntu
60+
targets: wasm32-unknown-unknown
61+
62+
- name: Install wasm-pack
63+
uses: jetli/[email protected]
64+
with:
65+
version: "v0.14.0"
66+
5667
- uses: ./.github/actions/setup-node-yarn
5768
with:
5869
node-version: "20"
@@ -61,6 +72,9 @@ jobs:
6172
working-directory: .
6273
run: corepack yarn install --immutable
6374

75+
- name: Build @loradb/lora-query
76+
run: corepack yarn workspace @loradb/lora-query build
77+
6478
- name: Build site
6579
run: corepack yarn run build
6680

0 commit comments

Comments
 (0)