Skip to content

Commit 052e023

Browse files
author
Oleh Prypin
committed
Revert functional part of previous commit - not all hosts have https
1 parent e6189fd commit 052e023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs/commands/gh_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def gh_deploy(
147147
cname_host = f.read().strip()
148148
log.info(
149149
f'Based on your CNAME file, your documentation should be '
150-
f'available shortly at: https://{cname_host}'
150+
f'available shortly at: http://{cname_host}'
151151
)
152152
log.info(
153153
'NOTE: Your DNS records must be configured appropriately for your CNAME URL to work.'

0 commit comments

Comments
 (0)