Function repos_slash_cancel_pages_deployment

Source
pub async fn repos_slash_cancel_pages_deployment(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    pages_deployment_id: ActionsGetWorkflowWorkflowIdParameter,
) -> Result<(), Error<ReposSlashCancelPagesDeploymentError>>
Expand description

Cancels a GitHub Pages deployment. The authenticated user must have write permissions for the GitHub Pages site.