Skip to content

Add inline code fencing in v0.112.1 post #3441

Add inline code fencing in v0.112.1 post

Add inline code fencing in v0.112.1 post #3441

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.0
- name: Setup Node
uses: actions/setup-node@v6.0.0
with:
node-version: 22
- run: npm install
# - run: npm run build
- name: Build Static Docs
run: npm run build