itamarc/action-itemplate-ghpages
Action to publish auto-filled GitHub Pages with a pre-build theme or a custom template.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| templates_folder | The relative path to the folder that contains your site's templates or the chosen theme id. | yes | templates |
| allow_templates_subfolders | Allow the templates to be stored in subfolders under templates_folder ('true'/'false'). | no | false |
| pages_branch | Branch name for storing github pages | yes | gh-pages |
| pages_folder | Name of the output folder where generated html will be stored. | yes | docs |
| snippets_folder | The relative path to the folder that contains your site's snippets, if any | no | snippets |
| timezone | Time zone to calculate the update time | yes | America/Sao_Paulo |
| max_issues | The max number of issues that will be retrieved and shown (0-100). | no | 5 |
| max_collaborators | The max number of collaborators that will be retrieved and shown (0-100). | no | 20 |
| publish_readme_md | Publish the README.md from the repository root in the generated page. True makes it become README.html while 'inline' will make it available as a snippet 'SNP_README' and put inline if using a theme. ('false'/'true'/'inline') | no | false |
| content_to_copy | Folders or files to copy when publishing, keeping the relative path, separated by commas. | no | "" |
| convert_md_to_html | Convert Markdown files pointed by 'content_to_copy' to HTML, changing also the links to them. | no | false |
| syntax_highlight_enable | Enable syntax highlight of code tags with class 'language-*', like some markdown converted files. | no | false |
| syntax_highlight_theme | Syntax highlight theme from Prism.js | no | default |
| log_level | The log level, according to the ones defined in java.util.logging.Level. | no | WARNING |
Outputs
no outputs