Skip to content

Commit bb8248b

Browse files
committed
gh actions for gh
1 parent 3b4803d commit bb8248b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install deps
2424
run: yarn install --frozen-lockfile
2525

26+
- name: Sync SvelteKit (generate .svelte-kit)
27+
run: yarn svelte-kit sync
28+
2629
- name: Build site
2730
env:
2831
IS_STATIC: true

0 commit comments

Comments
 (0)