diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5720437..97070ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: path: ./dist - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.CI_CD_TOKEN }} publish_dir: ./dist