chore(deps): update jamesives/github-pages-deploy-action action to v4.6.1 #2

Closed
renovate-bot wants to merge 1 commit from renovate/jamesives-github-pages-deploy-action-4.x into main

View file

@ -20,7 +20,7 @@ jobs:
- name: Deploy to gh-pages 🚀 - name: Deploy to gh-pages 🚀
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: JamesIves/github-pages-deploy-action@4.1.4 uses: JamesIves/github-pages-deploy-action@v4.6.1
with: with:
branch: gh-pages branch: gh-pages
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}