ci: added Increase buffer size
this is needed to deploy the repo,
This commit is contained in:
parent
29c3b5978d
commit
546ad886f2
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build_push.yml
vendored
4
.github/workflows/build_push.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue