From 61c1c61d7f29866b1f19e6dede2d3c994d0c4366 Mon Sep 17 00:00:00 2001 From: Condorra Date: Fri, 17 Feb 2023 02:30:49 +1100 Subject: [PATCH] Need recursive copy of result --- .ci/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build b/.ci/build index cf1445a..b004138 100755 --- a/.ci/build +++ b/.ci/build @@ -3,4 +3,4 @@ set -Eeuo pipefail cd siterepo ./build.sh -cp ./assets/* ../sitegen/ +cp -r ./assets/* ../sitegen/