Skip to content

fix Gemfile

fix Gemfile #3

Workflow file for this run

name: Build site for Deployment to blog.oxrud.com
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Ruby and install gem dependencies
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Build site
run: jekyll build