From 20137f56233442a631c2e9020406b115b0e1a07c Mon Sep 17 00:00:00 2001 From: baseballyama Date: Tue, 23 Sep 2025 12:35:32 +0900 Subject: [PATCH] chore: fix GitHub pages deploy --- .github/workflows/GHPages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index 1a580e47d..b73119701 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -42,7 +42,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v4 with: - path: ./docs-svelte-kit/build/eslint-plugin-svelte + path: ./docs-svelte-kit/build - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4