diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 1a6de8c..c194f54 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -28,7 +28,7 @@ jobs: # If main branch update, deploy to gh-pages - name: Deploy # if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: GITHUB_TOKEN: ${{ secrets.TOKEN }} BRANCH: gh-web # The branch the action should deploy to.