mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
* Rewrite the README * More changes * More * Rewrites * Test collapse * test * Fix * backticks * Rewrite options * emoji headings * chore(docs): update TOC --------- Co-authored-by: basnijholt <basnijholt@users.noreply.github.com>
10 lines
196 B
YAML
10 lines
196 B
YAML
on: push
|
|
name: TOC Generator
|
|
jobs:
|
|
generateTOC:
|
|
name: TOC Generator
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: technote-space/toc-generator@v4
|
|
with:
|
|
TOC_TITLE: ""
|