From ac61189be47995ec5519973a3ccb65a4aff94f68 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 19 May 2024 21:41:57 +0100 Subject: [PATCH] fix: tempalte folder has to be ignored --- _scripts/format_minutes.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_scripts/format_minutes.sh b/_scripts/format_minutes.sh index 6018204..d6ec1ab 100755 --- a/_scripts/format_minutes.sh +++ b/_scripts/format_minutes.sh @@ -72,6 +72,11 @@ function build_pdf() { cd "$folder_html" for file in **/*.html; do + # skip teh template folder + if [[ $file == *"_Templates"* ]]; then + continue + fi + # only deal with files if [ -f "$file" ]; then