Merge branch 'develop' into 4053_db_object_type_in_page_title #7413
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 |