Merge branch 'develop' into col_delete_func_take2 #6908
Workflow file for this run
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 |