emanuelegiona/md-docs-action
GitHub Action for building Markdown documentation and publishing to GitHub Pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template-repo | Documentation template to use, in the format username/repositoryname | no | emanuelegiona/md-manual-template |
| template-ver | Documentation template version, as a valid reference (branch, tag, or SHA) within the selected repository | no | v1.0.0 |
| token | Personal access token (PAT) used to fetch the repository and publish to its gh-pages branch. | no | ${{ github.token }} |
| prepare-script | Preparation script to be executed before compiling documentation, in the format of a filename. | no | "" |
| prepare-args | Arguments for the prepation script; this string will be passed as CLI argument to the preparation script and interpreted according to its internal semantics. | no | "" |
Outputs
no outputs