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 4508f6e commit 5e89f7aCopy full SHA for 5e89f7a
.github/workflows/toc.yml
@@ -7,5 +7,6 @@ jobs:
7
steps:
8
- uses: technote-space/toc-generator@v2
9
with:
10
- GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
11
- MAX_HEADER_LEVEL: 3
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ MAX_HEADER_LEVEL: 3
12
+ FOLDING: true
0 commit comments