From 052e023477f96ad8096b3cd5cc141a03cd7289fb Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Thu, 27 Apr 2023 19:14:13 +0200 Subject: [PATCH] Revert functional part of previous commit - not all hosts have https --- mkdocs/commands/gh_deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/commands/gh_deploy.py b/mkdocs/commands/gh_deploy.py index a2394562..d107a794 100644 --- a/mkdocs/commands/gh_deploy.py +++ b/mkdocs/commands/gh_deploy.py @@ -147,7 +147,7 @@ def gh_deploy( cname_host = f.read().strip() log.info( f'Based on your CNAME file, your documentation should be ' - f'available shortly at: https://{cname_host}' + f'available shortly at: http://{cname_host}' ) log.info( 'NOTE: Your DNS records must be configured appropriately for your CNAME URL to work.'