From 4f56a8e2480952af2c41dcb2084b66abc1fb580c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Wed, 2 Jun 2021 10:24:00 +0900 Subject: [PATCH] book: Always generate the CNAME file --- book/book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/book.toml b/book/book.toml index f397aef04..e6d3eee36 100644 --- a/book/book.toml +++ b/book/book.toml @@ -4,3 +4,6 @@ language = "en" multilingual = false src = "src" theme = "colibri" + +[output.html] +cname = "docs.helix-editor.com"