From 4445917ab5980f28ac15b52afc52d35544c2017c Mon Sep 17 00:00:00 2001 From: Anthony Gabriele Date: Sun, 18 Feb 2024 12:51:54 -0500 Subject: [PATCH] fix build pipeline --- .github/workflows/deploy.yml | 2 +- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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