Skip to content

(maint) Remove reference assemblies #117

(maint) Remove reference assemblies

(maint) Remove reference assemblies #117

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