Sha256: 586732471dbc6dc2068184d234eb0b713f7facb199bd38939bc5473a215db259
Contents?: true
Size: 543 Bytes
Versions: 7
Compression:
Stored size: 543 Bytes
Contents
# frozen_string_literal: true module GitHubPages module HealthCheck module Errors class DeprecatedIPError < GitHubPages::HealthCheck::Error DOCUMENTATION_PATH = "/articles/setting-up-a-custom-domain-with-github-pages/".freeze def message <<-MSG The custom domain for your GitHub Pages site is pointed at an outdated IP address. You must update your site's DNS records if you'd like it to be available via your custom domain. MSG end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems