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 0a10ee0 commit 833073bCopy full SHA for 833073b
.github/workflows/dir_listing.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install doctoc
31
run: npm install -g doctoc
32
- name: doctoc summaries
33
- run: find . -name summary.md -exec doctoc {} \;
+ run: find . -name summary.md -exec doctoc --notitle {} \;
34
- name: Push update
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments