Skip to content

fix: limit banner image height #21

fix: limit banner image height

fix: limit banner image height #21

Workflow file for this run

name: Build Jekyll site
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: helaili/jekyll-action@2.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}