Skip to content

fix: increase git post buffer size (#80) #324

fix: increase git post buffer size (#80)

fix: increase git post buffer size (#80) #324

Workflow file for this run

name: Tests
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
.asdf/**
vendor/bundle
key: ${{ runner.os }}-cache-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/cache.key') }}
restore-keys: |
${{ runner.os }}-cache-
- uses: ./
with:
provider: 'github'
token: ${{ secrets.GITHUB_TOKEN }}
jekyll_src: './test_site'