We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b00a2d commit 4508f6eCopy full SHA for 4508f6e
.github/workflows/toc.yml
@@ -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