Skip to content

Fix typo in blog post #2

Fix typo in blog post

Fix typo in blog post #2

Workflow file for this run

name: Jekyll Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Build site
run: bundle exec jekyll build