Skip to content

Commit 833073b

Browse files
committed
--notitle on doctoc
1 parent 0a10ee0 commit 833073b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dir_listing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install doctoc
3131
run: npm install -g doctoc
3232
- name: doctoc summaries
33-
run: find . -name summary.md -exec doctoc {} \;
33+
run: find . -name summary.md -exec doctoc --notitle {} \;
3434
- name: Push update
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)