Skip to content

Bump rexml from 3.3.1 to 3.3.3 (#60) #52

Bump rexml from 3.3.1 to 3.3.3 (#60)

Bump rexml from 3.3.1 to 3.3.3 (#60) #52

Workflow file for this run

name: CI
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
jekyll:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Test site build
run: |
ruby --version
bundle exec jekyll build