Skip to content

Update README.md

Update README.md #43

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: TOC Generator
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4
with:
CREATE_PR: true