mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
12 lines
224 B
YAML
12 lines
224 B
YAML
on:
|
|
push:
|
|
branches: [main]
|
|
name: TOC Generator
|
|
jobs:
|
|
generateTOC:
|
|
name: TOC Generator
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: technote-space/toc-generator@v4.3.1
|
|
with:
|
|
TOC_TITLE: ""
|