Fix error caught by proofreading #7363
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
paths: | |
- '**.md' | |
name: README ToC Generator | |
jobs: | |
generateTOC: | |
name: ToC Generator | |
runs-on: ubuntu-latest | |
steps: | |
- uses: technote-space/toc-generator@v4 |