Skip to content

Bump commonmarker from 0.23.6 to 0.23.10 in /docs #137

Bump commonmarker from 0.23.6 to 0.23.10 in /docs

Bump commonmarker from 0.23.6 to 0.23.10 in /docs #137

Workflow file for this run

name: Docs
on:
push:
branches:
- master
paths:
- docs/**
pull_request:
branches:
- master
paths:
- docs/**
jobs:
docs:
name: Jekyll
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Install
run: cd docs && gem install bundler && bundle install
- name: Build
run: cd docs && bundle exec jekyll build