Skip to content

Update ruby/setup-ruby action to v1.217.0 #201

Update ruby/setup-ruby action to v1.217.0

Update ruby/setup-ruby action to v1.217.0 #201

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/[email protected]
- name: Run Jekyll build
run: |
bundle install
bundle exec jekyll build