Skip to content

Commit a362917

Browse files
committed
Next steps trying to fix github pages
1 parent 8924d66 commit a362917

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-gh-pages.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run build
3030

3131
- name: Upload Build
32-
uses: JamesIves/github-pages-deploy-action@v4.5.0
32+
uses: JamesIves/github-pages-deploy-action@v4.7.2
3333
with:
34+
folder: build # The folder the action should deploy.
3435
branch: gh-pages # The branch the action should deploy to.
35-
folder: ./build/ # The folder the action should deploy.

static/.nojekyll

Whitespace-only changes.

svelte.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config = {
88
// these options are set automatically — see below
99
pages: 'build',
1010
assets: 'build',
11-
fallback: undefined,
11+
fallback: '404.html',
1212
strict: true
1313
}),
1414
paths: {

0 commit comments

Comments
 (0)