Skip to content

Commit

Permalink
fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjoeseph committed Feb 18, 2024
1 parent d748b6e commit 4445917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -18,4 +18,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist
folder: build
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -23,4 +23,5 @@ dist-ssr
*.sln
*.sw?

.svelte-kit
.svelte-kit
build

0 comments on commit 4445917

Please sign in to comment.