diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 652aeb74..8f5ace50 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Deploy 🚀 if: github.ref == 'refs/heads/master' - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages # The branch the action should deploy to.