daanv2/Markdown action: create indexes
Creates indexes pages for a markdown styled wiki
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| folder | The folder path to start at | no | ${{ github.workspace }} |
| filename | The name of the file, default to 'index.md' | no | index.md |
| content | The content of to add to the index file, default to '.content.md' | no | .content.md |
| include | The files to additionaly include in the index file, follows glob pattern on the filenames, supports multiple patterns via multi-line string | no | "" |
| exclude | The files to exclude from the index file, follows glob pattern on the filenames, supports multiple patterns via multi-line string | no | "" |
| includeExt | Whether to include the file extension in the index file links | no | false |
Outputs
no outputs