actions-marketplace-validations/kedro-deployment
Run kedro project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python_version | a Python version that is supported by pyenv | yes | 3.8 |
| should_lint | runs `kedro lint` | yes | true |
| should_test | runs `kedro test` | yes | true |
| should_build_docs | runs `kedro build-docs` | yes | true |
| should_package | runs `kedro package` | yes | true |
| should_run | runs `kedro run` | yes | false |
| should_viz | creates a static site built on gatsby based on `kedro viz --save-pipeline pipeline.json` | yes | true |
| deploy_branch | branch to deploy static site to | yes | gh-pages |
| github_pat | github personal access token for help see https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line | yes | "" |
| verbose | prints extra information for debugging | no | false |
Outputs
no outputs