Skip to content

Commit a68aa67

Browse files
committed
test 3
1 parent 5dfb732 commit a68aa67

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
uses: actions/checkout@v3
1919
with:
2020
submodules: true
21+
- uses: oven-sh/setup-bun@v1
22+
with:
23+
bun-version: latest
24+
- name: install deps in submodule
25+
run: |
26+
cd obsidian-js-engine-plugin
27+
bun install --frozen-lockfile
2128
- name: Install, build, and upload your site
2229
uses:
2330
withastro/action@v1

0 commit comments

Comments
 (0)