mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2025-01-14 21:07:29 -08:00
21 lines
343 B
YAML
21 lines
343 B
YAML
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 }}
|
|
TOC_TITLE: ''
|