From 75145d4f951a3b31494e61b1ae6775d816020ef5 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 20 Jan 2023 01:25:42 +0300 Subject: [PATCH] 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) --- .github/workflows/_update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_update.yml b/.github/workflows/_update.yml index 1ae0cf67..7a7856ce 100644 --- a/.github/workflows/_update.yml +++ b/.github/workflows/_update.yml @@ -58,6 +58,7 @@ jobs: git-config-name: iptv-bot[bot] git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com commit-message: '[Bot] Update guides' + single-commit: true clean: true - uses: JamesIves/github-pages-deploy-action@v4.4.1 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}