Skip to content

Merge branch 'master' into develop #111

Merge branch 'master' into develop

Merge branch 'master' into develop #111

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 }}