Skip to content

Commit b94ad72

Browse files
alxndr42missytake
andcommitted
Update cmdeploy/src/cmdeploy/__init__.py
Co-authored-by: missytake <[email protected]>
1 parent b60267f commit b94ad72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmdeploy/src/cmdeploy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ def deploy_chatmail(config_path: Path, disable_mail: bool) -> None:
824824
if not www_path.is_dir():
825825
logger.warning("Building web pages is disabled in chatmail.ini, skipping")
826826
elif (path := find_merge_conflict(src_dir)) is not None:
827-
logger.warning(f"Merge conflict found in {path}, skipping")
827+
logger.warning(f"Merge conflict found in {path}, skipping website deployment. Fix merge conflict if you want to upload your web page.")
828828
else:
829829
# if www_folder is a hugo page, build it
830830
if build_dir:

0 commit comments

Comments
 (0)