diff --git a/justfile b/justfile index fb5dfd3b00c26150fd00ba3e2d59caf6c2a621b6..d92df32ab8bacc5df2dbe99d0ebb8dd4dbce32f9 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=""