From ffe3e63c33f2d83d77ab5fc3349fd32a718f14f8 Mon Sep 17 00:00:00 2001 From: Alan Morris Date: Sat, 17 Aug 2024 10:04:21 -0600 Subject: [PATCH] Try to fix post error --- Support/deploy_docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Support/deploy_docs.sh b/Support/deploy_docs.sh index 867ab87901..42757f62e4 100755 --- a/Support/deploy_docs.sh +++ b/Support/deploy_docs.sh @@ -34,6 +34,7 @@ ${GITHUB_WORKSPACE}/Support/build_docs.sh $INSTALL_DIR git config --global user.name "${GITHUB_ACTOR}" git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com" +git config http.postBuffer 524288000 remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"