Skip to content

Bump actions/checkout from 3 to 4 #172

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #172

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install Ruby ⏳
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Build Jekyll 🏗
run: |
bundle exec jekyll build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: _site