Skip to content

Commit

Permalink
Update doctoc-on-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorrr authored Oct 6, 2024
1 parent 94cd57c commit d849487
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/doctoc-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_HEADER_LEVEL: 3
TOC_TITLE: '<b>📖 Table of Contents</b>'
TOC_TITLE: '<h3>📖 Table of Contents</h3>'
FOLDING: true

1 comment on commit d849487

@amit9589
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solution:
Choose either or

for TOC_TITLE, depending on how you want to style the title. For example:

If you want bold text, use:
yaml

TOC_TITLE: '📖 Table of Contents'

If you want an HTML heading (h3), use:
yaml

TOC_TITLE: '

📖 Table of Contents

Please sign in to comment.