diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f3a4b28..ea059c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,4 +18,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages - folder: dist + folder: build diff --git a/.gitignore b/.gitignore index e519517..7a89c75 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ dist-ssr *.sln *.sw? -.svelte-kit \ No newline at end of file +.svelte-kit +build \ No newline at end of file