From 9fdb280210a0b451e2dc6d3b4f1e6d5a08bb8ca7 Mon Sep 17 00:00:00 2001 From: Ricky Date: Fri, 1 Nov 2024 18:22:47 -0500 Subject: [PATCH] update build.sh --- test-site/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-site/build.sh b/test-site/build.sh index d53c228..0f42423 100755 --- a/test-site/build.sh +++ b/test-site/build.sh @@ -11,7 +11,7 @@ mkdir -p test-site/dist/subpath ( cd test-site/src - find . -depth -name "*.html" -print | cpio -pvd ../dist + find . -name "*.html" -exec cp --parents {} ../dist \; ) cp test-site/src/*.html test-site/dist