Skip to content

docs: update README (#106) #74

docs: update README (#106)

docs: update README (#106) #74

Workflow file for this run

name: Generate README TOC
on:
push:
branches:
- 'master'
paths:
- 'readme/README.md'
jobs:
generate-toc:
name: Generate TOC
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4
with:
TARGET_PATHS: 'readme/README.md'