Downloader: Add tlp label to path if no custom directory is configured. Refactor accordingly #1054
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/[email protected] | |
with: | |
output_file_paths: '[./README.md, ./docs/*.md]' |