From 6f2baf4c1ea78c41fbe50ea98893a98c3cf99f87 Mon Sep 17 00:00:00 2001
From: Muhammed Adedigba <68085496+moe-ad@users.noreply.github.com>
Date: Fri, 8 Nov 2024 09:34:12 +0100
Subject: [PATCH] fix: modified actions.yml shell commands accordingly (#637)
---
_doc-gen-sitemap/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_doc-gen-sitemap/action.yml b/_doc-gen-sitemap/action.yml
index 921b5d85b..02b5264d9 100644
--- a/_doc-gen-sitemap/action.yml
+++ b/_doc-gen-sitemap/action.yml
@@ -92,7 +92,7 @@ runs:
echo " weekly" >> $output
echo " 0.5" >> $output
echo " " >> $output
- done < <(find "$input_dir" -type f -name "*.html" -print0)
+ done < <(find "$input_dir" -type f -name "*.html" ! -name "search.html" ! -name "genindex.html" -print0)
# Close the sitemap
echo "" >> $output