From 7ac4887bc498e203d024d66a4d40fa3c3617ca8a Mon Sep 17 00:00:00 2001 From: Nicolas Merget <104347736+nmerget@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:32:47 +0100 Subject: [PATCH] fix: issue with gh-pages latest site (#3390) --- .github/scripts/build-gh-page.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build-gh-page.sh b/.github/scripts/build-gh-page.sh index c3021eb4266..e4df3ffde06 100755 --- a/.github/scripts/build-gh-page.sh +++ b/.github/scripts/build-gh-page.sh @@ -35,7 +35,7 @@ if [[ $PRE_RELEASE == "true" || $RELEASE == "true" ]]; then rm -rf ./public/version/latest fi mkdir ./public/version/latest - cp ./out ./public/version/latest + cp -RT ./out ./public/version/latest echo " Copied dir out to ./public/version/latest" fi mv ./out ./public/version/"$NAME"