kolchfa-aws 8847b4069a
Link checker update: fail on PRs and run for all branches (#3690)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-04-06 11:42:03 -04: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.0'
bundler-cache: true
- run: |
JEKYLL_FATAL_LINK_CHECKER=internal bundle exec jekyll build --future