mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Revert functional part of previous commit - not all hosts have https
This commit is contained in:
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user