From 6241d471337038673746d20a6e2524853cfab1dd Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Fri, 18 Aug 2023 10:35:24 +0200 Subject: [PATCH] increase HTTP post buffer for doc upload (#7851) --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f4c8055b0e8..196d806907d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -118,5 +118,6 @@ jobs: git config user.name 'pytorchbot' git config user.email 'soumith+bot@pytorch.org' + git config http.postBuffer 524288000 git commit -m "auto-generating sphinx docs" || true git push