2024-05-02 09:00:09 +00:00
|
|
|
name: Generate TOC
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
paths:
|
|
|
|
README.md
|
|
|
|
branches:
|
|
|
|
main
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
contents: write
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
generate-toc:
|
|
|
|
name: TOC Generator
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: technote-space/toc-generator@v4
|
|
|
|
with:
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
2024-05-02 09:05:56 +00:00
|
|
|
TOC_TITLE: ''
|