Skip to content

Bump commonmarker from 0.23.9 to 0.23.10 #173

Bump commonmarker from 0.23.9 to 0.23.10

Bump commonmarker from 0.23.9 to 0.23.10 #173

Workflow file for this run

name: Build Jekyll Pages
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- name: Build with jekyll
run: bundle exec jekyll build