Update _update.yml

This should drastically reduce the size of the repo by removing the history of the gh-pages branch (details: https://github.com/JamesIves/github-pages-deploy-action#optional-choices)
This commit is contained in:
Aleksandr Statciuk 2023-01-20 01:25:42 +03:00
parent 9d605f9186
commit 75145d4f95

View file

@ -58,6 +58,7 @@ jobs:
git-config-name: iptv-bot[bot] git-config-name: iptv-bot[bot]
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
commit-message: '[Bot] Update guides' commit-message: '[Bot] Update guides'
single-commit: true
clean: true clean: true
- uses: JamesIves/github-pages-deploy-action@v4.4.1 - uses: JamesIves/github-pages-deploy-action@v4.4.1
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}