Record
create-pages-deployment-params
No description available.
record create-pages-deployment-params {
owner: string,
repo: string,
artifact-url: string,
environment: option<string>,
oidc-token: string,
pages-build-version: string,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| artifact-url | string | |
| environment | option<string> | |
| oidc-token | string | |
| pages-build-version | string |