generate covers for all paths

This commit is contained in:
Amolith 2023-04-03 13:13:15 -04:00
parent 279640f995
commit 8e35d978c2
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 2 additions and 2 deletions

View File

@ -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=""