Skip to content

Document text-only message contract #1081

Document text-only message contract

Document text-only message contract #1081

Workflow file for this run

name: TOC Generator
on:
push:
paths:
- 'README.md'
- 'api.md'
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: technote-space/toc-generator@v4
with:
MAX_HEADER_LEVEL: 4
TARGET_PATHS: |
README.md
api.md