diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 92bb18d..6430182 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,5 +26,5 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: dist + publish_dir: ./dist publish_branch: gh-pages