Skip to content

Update jekyll - version 4.3 #99

Update jekyll - version 4.3

Update jekyll - version 4.3 #99

Workflow file for this run

name: deployment
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.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.JEKYLL_TOKEN }}