Skip to content

Commit 83aee5b

Browse files
Increase Git's HTTP Post Buffer Size (fix Docs CI)
1 parent 7f6b7b5 commit 83aee5b

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
@@ -14,6 +14,7 @@ jobs:
1414
run: |
1515
cd docs
1616
git init
17+
git config http.postBuffer 524288000
1718
git add -A
1819
git config --local user.email "action@github.com"
1920
git config --local user.name "GitHub Action"

0 commit comments

Comments
 (0)