From bb53d7bcd733e34569c2a35ac2e3218a80f62b8a Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Tue, 25 Jun 2024 15:35:03 -0400 Subject: fix bug --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 1b18051..81dab4d 100755 --- a/build.sh +++ b/build.sh @@ -2,6 +2,7 @@ shopt -s globstar +mkdir -p out cp -r static/* out for i in **/*.md; do -- cgit v1.2.3-54-g00ecf