Skip to content

Bump rexml from 3.3.3 to 3.3.6 #87

Bump rexml from 3.3.3 to 3.3.6

Bump rexml from 3.3.3 to 3.3.6 #87

Workflow file for this run

name: Build the WCAG Primer
on:
push:
branches-ignore:
- main
- master
jobs:
# A really basic check to see if this builds okay.
only-build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec middleman build --clean