Skip to content

Update ruby/setup-ruby action to v1.172.0 #198

Update ruby/setup-ruby action to v1.172.0

Update ruby/setup-ruby action to v1.172.0 #198

Workflow file for this run

name: Build with jekyll
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/[email protected]
with:
ruby-version: 2.7.3
bundler-cache: true
- name: build
run: |
bundle exec jekyll build