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
|
@ -179,6 +179,10 @@ jobs:
|
||||||
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
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue