From 823567b03a99e99d1f44f65813ca3126095ea46a Mon Sep 17 00:00:00 2001 From: Simon Green Date: Mon, 25 Sep 2023 14:28:38 -0600 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bcb6327..a7f6813 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,6 +44,8 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v3 + with: + static_site_generator: sveltekit - name: Build run: pnpm run build @@ -65,4 +67,4 @@ jobs: steps: - name: Deploy id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1