Update .github/workflows/build_push.yml
All checks were successful
CI / Prepare job (push) Successful in 16s
CI / Build individual modules (push) Successful in 4m46s
CI / Publish repo (push) Successful in 1m46s

This commit is contained in:
AlmightyHak 2025-06-19 12:14:32 -05:00
parent 2ec968514f
commit 1c4a5bdd0b

View file

@ -178,6 +178,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