From eacb06423e187c38f0ce6c885d29bcc2efc402b3 Mon Sep 17 00:00:00 2001 From: Dongliang Mu Date: Tue, 14 Apr 2026 23:09:59 +0800 Subject: [PATCH] fix the error in Github Action (#319) --- book.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book.toml b/book.toml index 94f5a92..7a8c445 100644 --- a/book.toml +++ b/book.toml @@ -10,7 +10,9 @@ git-repository-url = "https://github.com/hust-open-atom-club/linux-insides-zh" site-url = "/linux-insides-zh/" [output.pdf] +optional = true cover-image = "cover.jpg" [output.epub] +optional = true cover-image = "cover.jpg"