diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 4ba9c8c..f69e102 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -31,7 +31,7 @@ jobs: REPO_NAME: ${{ env.REPO_NAME }} HOMEPAGE: ${{ env.HOMEPAGE }} - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist