Skip to content

Commit 32a1ddc

Browse files
Increase Git's HTTP Post Buffer Size (fix Docs CI)
1 parent 22992e5 commit 32a1ddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
run: |
1616
cd docs
1717
git init
18+
git config http.postBuffer 524288000
1819
git add -A
1920
git config --local user.email "action@github.com"
2021
git config --local user.name "GitHub Action"

0 commit comments

Comments
 (0)