Skip to content

Commit 9d381b0

Browse files
authored
chore: fix GitHub pages deploy (sveltejs#1376)
1 parent afed227 commit 9d381b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GHPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Upload artifact
4343
uses: actions/upload-pages-artifact@v4
4444
with:
45-
path: ./docs-svelte-kit/build/eslint-plugin-svelte
45+
path: ./docs-svelte-kit/build
4646
- name: Deploy to GitHub Pages
4747
id: deployment
4848
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)