class GitHubPages::HealthCheck::Errors::InvalidCNAMEError

Constants

DOCUMENTATION_PATH

Public Instance Methods

message() click to toggle source
# File lib/github-pages-health-check/errors/invalid_cname_error.rb, line 9
        def message
          <<-MSG
             Your site's DNS settings are using a custom subdomain, #{domain.host},
             that's not set up with a correct CNAME record.  We recommend you set this
             CNAME record to point at #{username}.github.io.
          MSG
        end