ci: added Increase buffer size
All checks were successful
CI / Prepare job (push) Successful in 27s
CI / Build individual modules (push) Successful in 15m36s
CI / Publish repo (push) Successful in 2m18s

this is needed to deploy the repo,
This commit is contained in:
AlmightyHak 2025-06-20 00:42:21 -05:00
parent 29c3b5978d
commit 546ad886f2

View file

@ -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