Skip to content

build(deps-dev): bump rexml from 3.3.6 to 3.3.9 in the bundler group #23

build(deps-dev): bump rexml from 3.3.6 to 3.3.9 in the bundler group

build(deps-dev): bump rexml from 3.3.6 to 3.3.9 in the bundler group #23

Workflow file for this run

name: Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Build with Jekyll
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production