Update .github/workflows/build_push.yml

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 - name: Sync repo
run: | run: |
rsync -a --delete --exclude .git --exclude .gitignore main/repo/ repo --exclude README.md --exclude repo.json 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 - name: Deploy repo
uses: https://github.com/EndBug/add-and-commit@v9 uses: https://github.com/EndBug/add-and-commit@v9