Skip to content

Merge pull request #311 from AdmiringWorm/remove-deprecations #122

Merge pull request #311 from AdmiringWorm/remove-deprecations

Merge pull request #311 from AdmiringWorm/remove-deprecations #122

Workflow file for this run

name: TOC Generator
on:
push:
branches: [develop]
jobs:
toc:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4
with:
TARGET_PATHS: "README.md"
TOC_TITLE: "## Table of Contents"
PR_TITLE: "(docs) Update TOC (${PR_MERGE_REF})"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}