Naarcha-AWS 054dc56d5d
Fix Jekyll build workflow Ruby Version (#6281)
@kolchfa-aws and @AMoo-Miki, can you verify that this is correct?

Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
2024-01-29 12:36:29 -06:00

17 lines
328 B
YAML

name: Jekyll Build Verification
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- run: |
JEKYLL_FATAL_LINK_CHECKER=internal bundle exec jekyll build --future