pub async fn repos_slash_get_pages_deployment(
configuration: &Configuration,
owner: &str,
repo: &str,
pages_deployment_id: ActionsGetWorkflowWorkflowIdParameter,
) -> Result<PagesDeploymentStatus, Error<ReposSlashGetPagesDeploymentError>>
Expand description
Gets the current status of a GitHub Pages deployment. The authenticated user must have read permission for the GitHub Pages site.