Skip to content

Commit b79b084

Browse files
Update deploy.yml
1 parent 4f89ca0 commit b79b084

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444

4545
- name: Setup Pages
4646
uses: actions/configure-pages@v3
47+
with:
48+
static_site_generator: sveltekit
4749

4850
- name: Build
4951
run: pnpm run build
@@ -65,4 +67,4 @@ jobs:
6567
steps:
6668
- name: Deploy
6769
id: deployment
68-
uses: actions/deploy-pages@v1
70+
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)