repos_slash_get_pages_build

Function repos_slash_get_pages_build 

Source
pub async fn repos_slash_get_pages_build(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    build_id: i32,
) -> Result<PageBuild, Error<ReposSlashGetPagesBuildError>>
Expand description

Gets information about a GitHub Pages build. OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.