Skip to content

Extend documentation for RequestChain (#1442) #139

Extend documentation for RequestChain (#1442)

Extend documentation for RequestChain (#1442) #139

Workflow file for this run

name: Update Table of Contents
on:
push:
branches:
- master
jobs:
update-toc:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Generate Table of Contents
uses: technote-space/toc-generator@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_PATHS: README.md
TOC_TITLE: "## Table of Contents"
MAX_HEADER_LEVEL: 2