From 558be384875662cecce38840be1c05cb867eebe6 Mon Sep 17 00:00:00 2001 From: Ajay Singh <37625112+Ajay-singh1@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:16:57 +0000 Subject: [PATCH] Add .jekyll-cache Signed-off-by: Ajay Singh <37625112+Ajay-singh1@users.noreply.github.com> Co-authored-by: Aakanksha Bhende --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65647d8b81..daf2f4272e 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,5 @@ artifacthub-artifacts: .PHONY: clean clean: rm -rf _site - rm -rf .jekyll-metadata \ No newline at end of file + rm -rf .jekyll-metadata + rm -rf .jekyll-cache \ No newline at end of file