diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2df371d..b162630 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: path: ./dist - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v4 # Update to v4 + uses: peaceiris/actions-gh-pages@v3 # Update to v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist