Function repos_slash_create_pages_deployment

Source
pub async fn repos_slash_create_pages_deployment(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    repos_create_pages_deployment_request: ReposCreatePagesDeploymentRequest,
) -> Result<PageDeployment, Error<ReposSlashCreatePagesDeploymentError>>
Expand description

Create a GitHub Pages deployment for a repository. The authenticated user must have write permission to the repository.