diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 76d9c2b..708a3b6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: # 5. Deploy the built app to GitHub Pages - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build/web \ No newline at end of file