From 546ad886f2c365ede9758c1151bcfa917350c2b8 Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Fri, 20 Jun 2025 00:42:21 -0500 Subject: [PATCH] ci: added Increase buffer size this is needed to deploy the repo, --- .github/workflows/build_push.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index de69d419..419bc51c 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -195,6 +195,10 @@ jobs: - name: Sync repo run: | rsync -a --delete --exclude .git --exclude .gitignore main/repo/ repo --exclude README.md --exclude repo.json + + - name: Increase buffer size + run: | + git config --global http.postBuffer 157286400 - name: Deploy repo uses: https://github.com/EndBug/add-and-commit@v9