Remove data races in downloader caused by shared use of json path eval. #1113
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
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/markdown-autodocs@v1.0.4 | |
with: | |
output_file_paths: '[./README.md, ./docs/*.md]' |