From 51a02cf1e9246334fa41d0fb2e685b42cb2ae165 Mon Sep 17 00:00:00 2001 From: Paul Saary Date: Tue, 3 Sep 2024 17:53:24 +0200 Subject: [PATCH] delete local md files for testing --- scripts/jupyter2hugo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/jupyter2hugo.sh b/scripts/jupyter2hugo.sh index 03281e1..0586d2e 100644 --- a/scripts/jupyter2hugo.sh +++ b/scripts/jupyter2hugo.sh @@ -31,6 +31,7 @@ check_directory "$POSTS_DIR" # Check for the hugo/content/posts directory mkdir -p "$HUGO_CONTENT_DIR" check_directory "$HUGO_CONTENT_DIR" +rm ${HUGO_CONTENT_DIR}/*md # Check for the hugo/static directory mkdir -p "$HUGO_STATIC_DIR"