Skip to content

Bump html-proofer from 3.19.4 to 5.0.8 #79

Bump html-proofer from 3.19.4 to 5.0.8

Bump html-proofer from 3.19.4 to 5.0.8 #79

Workflow file for this run

name: GitHub CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Ruby 3.0 environment
steps:
- uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- name: Build website
run: bundle exec jekyll build
- name: Test website
run: bundle exec htmlproofer --url-ignore https://www.twitter.com/trellisldp,https://twitter.com/trellisldp ./_site