Skip to content

TOC Generator

TOC Generator #17

Workflow file for this run

name: TOC Generator
on:
push:
paths:
- 'README.md'
workflow_dispatch:
jobs:
toc:
runs-on: ubuntu-latest
name: Generate TOC
steps:
- uses: technote-space/toc-generator@v4
with:
TOC_TITLE: ''
MAX_HEADER_LEVEL: 3