Update .github/workflows/build_push.yml
This commit is contained in:
parent
2ec968514f
commit
1c4a5bdd0b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build_push.yml
vendored
4
.github/workflows/build_push.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue