diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 4d3b9f8..6e0b27d 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -17,7 +17,7 @@ jobs: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} - uses: JamesIves/github-pages-deploy-action@4.1.1 - if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} + if: ${{ !env.ACT }} with: branch: gh-pages folder: .gh-pages