mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 11:30:09 +00:00
Bumps [technote-space/toc-generator](https://github.com/technote-space/toc-generator) from 2.4.0 to 4.3.1. - [Release notes](https://github.com/technote-space/toc-generator/releases) - [Changelog](https://github.com/technote-space/toc-generator/blob/main/.releasegarc) - [Commits](https://github.com/technote-space/toc-generator/compare/v2.4.0...v4.3.1) --- updated-dependencies: - dependency-name: technote-space/toc-generator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
255 B
YAML
15 lines
255 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@v4.3.1
|
|
with:
|
|
TOC_TITLE: "## Table of Contents" |