[Fix] correctly expand root in themes_folders and font_folders (#…
#17
This file contains hidden or 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
| name: Generate TOC | |
| on: | |
| push: | |
| paths: | |
| README.md | |
| branches: | |
| main | |
| permissions: | |
| contents: write | |
| jobs: | |
| generate-toc: | |
| name: TOC Generator | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: technote-space/toc-generator@v4 | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| TOC_TITLE: '' |