Skip to content

Commit e399f8c

Browse files
Increase Git's HTTP Post Buffer Size (fix Docs CI)
1 parent 7f70ee5 commit e399f8c

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 "[email protected]"
1920
git config --local user.name "GitHub Action"

0 commit comments

Comments
 (0)