diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 44aeb32a3..e775eef9f 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -122,7 +122,8 @@ jobs: git-config-name: iptv-bot[bot] git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com commit-message: '[Bot] Deploy to GitHub Pages' - clean: false + single-commit: true + clean: true - name: Deploy to iptv-org/api uses: JamesIves/github-pages-deploy-action@v4.2.5 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}