Merge pull request #520 from petera2c/master #401
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: 'Update Table of Contents' | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| jobs: | |
| update_toc: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: git checkout | |
| uses: actions/checkout@v2 | |
| - name: TOC Generator | |
| uses: technote-space/toc-generator@v2.4.0 | |
| with: | |
| TOC_TITLE: '## Table of Contents' |