Skip to content

Bump actions/checkout from 3 to 4 in /.github/workflows #3

Bump actions/checkout from 3 to 4 in /.github/workflows

Bump actions/checkout from 3 to 4 in /.github/workflows #3

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: 'static'