View Source GitHub.Pages.Deployment (GitHub REST API Client v0.0.1-beta.0)

Provides struct and type for PageDeployment

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Pages.Deployment{
  page_url: String.t(),
  preview_url: String.t() | nil,
  status_url: String.t()
}