15 lines
255 B
YAML
15 lines
255 B
YAML
name: TOC Generator
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- 'README.md'
|
|
|
|
jobs:
|
|
generateTOC:
|
|
name: TOC Generator
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: technote-space/toc-generator@v4.3.1
|
|
with:
|
|
TOC_TITLE: "## Table of Contents" |