From 07de1ac8ba8c37a3bdb2d81196417ebbc0ed54d9 Mon Sep 17 00:00:00 2001 From: scruffynerf Date: Mon, 1 Jan 2024 13:51:16 -0500 Subject: [PATCH] helps to close your loops... --- build_site.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_site.sh b/build_site.sh index 93857f95..ee9d11d8 100755 --- a/build_site.sh +++ b/build_site.sh @@ -69,6 +69,7 @@ buildPlugin() find ./plugins -mindepth 1 -name *.yml | while read file; do buildPlugin "$file" +done find ./themes -mindepth 1 -name *.yml | while read file; do buildPlugin "$file" done