Skip to content

Commit 4508f6e

Browse files
committed
TOC generator
1 parent 4b00a2d commit 4508f6e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/toc.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on: push
2+
name: TOC Generator
3+
jobs:
4+
generateTOC:
5+
name: TOC Generator
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: technote-space/toc-generator@v2
9+
with:
10+
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
11+
MAX_HEADER_LEVEL: 3

0 commit comments

Comments
 (0)