From 8e35d978c25923ba1626a7a4c9c830c724bbf475 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 3 Apr 2023 13:13:15 -0400 Subject: [PATCH] generate covers for all paths --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index fb5dfd3..d92df32 100644 --- a/justfile +++ b/justfile @@ -20,7 +20,7 @@ docs ext: export WEBROOT=public - published=$(grep -ilr --include \*.md "draft: false" content/posts) + published=$(grep -ilr --include \*.md "draft: false" content) todo="" @@ -66,7 +66,7 @@ images: echo -e '\033[1m# Checking whether there are cover images to generate ...\033[0m' - published=$(grep -ilr --include \*.md "draft: false" content/posts) + published=$(grep -ilr --include \*.md "draft: false" content) todo=""