Skip to content

Merge pull request #28 from redhat-cop/renovate/actions-checkout-4.x #14

Merge pull request #28 from redhat-cop/renovate/actions-checkout-4.x

Merge pull request #28 from redhat-cop/renovate/actions-checkout-4.x #14

name: build-test-site
on:
pull_request:
push:
branches:
- master
jobs:
docs-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install dependencies
run: |
bundle install
- name: Build and Test
run: |
bundle exec jekyll build
bundle exec htmlproofer --disable-external=true ./_site