Skip to content

add more awesome items #7

add more awesome items

add more awesome items #7

Workflow file for this run

name: 📖 TOC Generator
on:
push:
branches: [main]
paths:
- '**/*.md'
pull_request:
branches: [main]
paths:
- '**/*.md'
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: technote-space/toc-generator@v4
with:
TOC_TITLE: "## Table of Contents"