Skip to content

Update ruby/setup-ruby action to v1.169.0 #192

Update ruby/setup-ruby action to v1.169.0

Update ruby/setup-ruby action to v1.169.0 #192

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