From 2aae7d60e708e394f7b81eab6ae5f4ece66da7ac Mon Sep 17 00:00:00 2001 From: Dongliang Mu Date: Tue, 14 Apr 2026 23:09:18 +0800 Subject: [PATCH] fix the error in Github Action --- 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"