From 1e5df2d158e799d37f215a5a75fab968a7599fc2 Mon Sep 17 00:00:00 2001 From: Tony Bark <35226681+tonytins@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:26:53 -0500 Subject: [PATCH] Prevent creating missing files --- book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book.toml b/book.toml index 0f3a73d..10733f9 100644 --- a/book.toml +++ b/book.toml @@ -3,6 +3,9 @@ title = "5E Compatible Sourcebook" authors = ["You"] language = "en" +[build] +create-missing = false + [output.html] git-repository-icon = "fas-code-fork" git-repository-url = "https://git.tonybark.com/toolbox/dnd-sourcebook-template"