Skip to content

Bump reverse_markdown from 2.1.1 to 3.0.0 #1482

Bump reverse_markdown from 2.1.1 to 3.0.0

Bump reverse_markdown from 2.1.1 to 3.0.0 #1482

Workflow file for this run

# GitHub Actions Virtual Environments
# https://github.com/actions/virtual-environments/
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
main:
name: Build Site
runs-on: ubuntu-latest
steps:
- name: ruby versions
run: |
ruby --version
gem --version
- name: git checkout
uses: actions/checkout@v4
# https://github.com/ruby/setup-ruby
- name: ruby setup
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
bundler-cache: true
- name: jekyll build
run: |
echo "$JEKYLL_ENV"
bundle exec jekyll build --verbose --trace