diff --git a/.github/workflows/deploy-gh.yml b/.github/workflows/deploy-gh.yml index 77d7b4cc..d21248d8 100644 --- a/.github/workflows/deploy-gh.yml +++ b/.github/workflows/deploy-gh.yml @@ -32,7 +32,7 @@ jobs: run: npm run build - name: Deploy to GitHub Pages 🚀 - uses: peaceiris/actions-gh-pages@v3.8.0 + uses: peaceiris/actions-gh-pages@v3.9.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist