isolveit/MkDocs Deployment
GitHub Action to deploy MkDocs documentation build files to any static-site hosting platform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| documentation_path | Relative path under $repository_path to documentation source files | no | ./docs |
| config_file_path | Relative path to the `mkdocs.yml` configuration file | yes | mkdocs.yml |
| target_branch | Git branch where build files will be transferred to | no | site |
| target_path | Path in $target_branch where MkDocs build pages will be placed | no | . |
| repository_path | Relative path under $GITHUB_WORKSPACE to place the repository | no | . |
| requirements_path | Relative path under $repository_path to pip requirements file | no | ./requirements.txt |
| mkdocs_version | Version of MkDocs | no | 1.4 |
Outputs
no outputs