Skip to content

Bump rexml from 3.2.8 to 3.3.3 #4960

Bump rexml from 3.2.8 to 3.3.3

Bump rexml from 3.2.8 to 3.3.3 #4960

Workflow file for this run

name: CI
on:
pull_request:
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare to build site
uses: ./.github/actions/prepare-build-site
- name: Check RuboCop
run: bundle exec rake rubocop
- name: Build the site
run: bundle exec rake build
env:
JEKYLL_ENV: production
INDICO_TOKEN: ${{ secrets.INDICO_TOKEN }}