Sha256: 05fa56880251ad7000e126cafb81555fe4e692a7ebf441cb52a25521ea7e7d84
Contents?: true
Size: 536 Bytes
Versions: 12
Compression:
Stored size: 536 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/" 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
12 entries across 12 versions & 1 rubygems