gacts/Directory Listing
GitHub Action to generate `index.html` files for directory listings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Path to the target directory | — | . |
| ignore | Patterns for ignoring files or directories can be separated by commas or new lines. To ignore a directory recursively, please add `/**` at the end of the directory name. When a directory is ignored, an index file will not be generated for it, and excluded files will not be listed in the index file. For more examples, please refer to: https://github.com/isaacs/node-glob#usage | — | **/index.html |
| show-hidden | Whether to display hidden files and directories | — | false |
| overwrite | Whether to overwrite existing index.html files | — | false |
| footer | The footer content to be added to the index file | — | Repository <a href="https://github.com/${{ github.repository }}">${{ github.repository }}</a> |
Outputs
| name | description |
|---|---|
| generated | Whether the index files were generated (an array of paths) |