mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-14 19:10:09 +00:00
16 lines
299 B
YAML
16 lines
299 B
YAML
name: TOC Generator
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- 'README.md'
|
|
|
|
jobs:
|
|
generateTOC:
|
|
name: TOC Generator
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: technote-space/toc-generator@9e238e7974de5fcf7b17b7acc54c896160dda0a3 # v4.3.1
|
|
with:
|
|
TOC_TITLE: "## Table of Contents"
|