Skip to content

Merge branch 'main' into 2025_template #1180

Merge branch 'main' into 2025_template

Merge branch 'main' into 2025_template #1180

Workflow file for this run

name: Build and Verify
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- name: build
run: bundle exec jekyll build
- name: check output
run: |
bundle exec htmlproofer ./_site \
--allow-hash-href \
--check-html \
--only-4xx \
--disable-external \
--empty-alt-ignore