Let aggregator look for config files in similiar places like the othe… #924
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
name: generate-markdown | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- "main" | |
- "build-scripts" | |
pull_request: | |
branches: | |
- "main" | |
jobs: | |
auto-update-readme: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Markdown autodocs | |
uses: dineshsonachalam/[email protected] | |
with: | |
output_file_paths: '[./README.md, ./docs/*.md]' |