actions-marketplace-validations/Notebook Publish Github Action
A Github Action that takes a sequence of notebooks and executes, then publishes them in specified folders
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| nbworkspace | Notebook workspace | yes | — |
| nbsource | Notebook source files (space delimited files changed in the pull request) | yes | — |
| nbtarget | Notebook target folder name (contains executed notebooks) | yes | publish/notebook |
| nbdoc | Notebook target folder name for HTML (contains converted html docs) | yes | publish/doc |
| nbcommon | Notebook common dependencies that are expected to be present instead of installed within the notebook | no | "" |
Outputs
| name | description |
|---|---|
| published | list of published output files |