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:
1
.github/workflows/_update.yml
vendored
1
.github/workflows/_update.yml
vendored
@@ -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' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user