We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39655ac commit 97d159bCopy full SHA for 97d159b
.github/workflows/deploy.yml
@@ -20,10 +20,16 @@ jobs:
20
steps:
21
- name: Checkout your repository using git
22
uses: actions/checkout@v4
23
+ with:
24
+ submodules: true
25
- name: Setup Bun
26
uses: oven-sh/setup-bun@v2
27
- name: Install dependencies
- run: bun install --frozen-lockfile
28
+ run: |
29
+ bun install --frozen-lockfile
30
+ cd obsidian-js-engine-plugin
31
32
+ cd ..
33
- name: Install, build, and upload your site
34
uses: withastro/action@v3
35
with:
0 commit comments