Skip to content

Bump commonmarker from 0.23.9 to 0.23.10 #61

Bump commonmarker from 0.23.9 to 0.23.10

Bump commonmarker from 0.23.9 to 0.23.10 #61

Workflow file for this run

# https://github.com/actions/starter-workflows/blob/main/pages/jekyll-gh-pages.yml
name: Test build within pull requests
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site