Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnablePages ¶
EnablePages enables GitHub Pages on a repository with workflow-based deployment. Uses the `gh` CLI which handles authentication via existing user session.
func PagesEndpoint ¶
PagesEndpoint returns the canonical GitHub Pages hostname for an organization. e.g., "vitruviansoftware" → "vitruviansoftware.github.io"
func SetCustomDomain ¶ added in v0.17.1
SetCustomDomain configures the custom domain on GitHub Pages and triggers SSL certificate provisioning via Let's Encrypt. Requires the domain to be verified at the org level first (done via GitHub UI).
Types ¶
type DomainNotVerifiedError ¶ added in v0.17.1
DomainNotVerifiedError indicates the domain needs org-level verification in GitHub UI.
func (*DomainNotVerifiedError) Error ¶ added in v0.17.1
func (e *DomainNotVerifiedError) Error() string
Click to show internal directories.
Click to hide internal directories.