Skip to content

Commit

Permalink
increase buffer size πŸƒπŸ»β€βž‘οΈ
Browse files Browse the repository at this point in the history
  • Loading branch information
hordiienkoalina committed Aug 9, 2024
1 parent 083c131 commit be679cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit be679cf

Please sign in to comment.