From be679cffa9608298a0e0b78c5211067eccd1e5a5 Mon Sep 17 00:00:00 2001 From: Alina Hordiienko Date: Fri, 9 Aug 2024 13:42:26 +0400 Subject: [PATCH] =?UTF-8?q?increase=20buffer=20size=20=F0=9F=8F=83?= =?UTF-8?q?=F0=9F=8F=BB=E2=80=8D=E2=9E=A1=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e4bb8f..acd0a7d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,10 +29,12 @@ jobs: git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com" + - name: Increase Git buffer size + run: git config --global http.postBuffer 157286400 + - name: Deploy to GitHub Pages env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }} npm run deploy - \ No newline at end of file