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