From f1e75a67e30f6a64e2b50b9615a9c6e3d158b2d0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Oct 2024 15:50:16 +0000 Subject: [PATCH] fixed build process to take new changes --- build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 084d74f..ee5611c 100755 --- a/build.sh +++ b/build.sh @@ -10,5 +10,8 @@ cd docs_website yarn build cd .. -rsync -rv --delete ${script_dir}/docs_website/build/ root@info.ourworld.tf:/root/hero/www/info/docs/ +#rsync -rv --delete ${script_dir}/docs_website/build/ root@info.ourworld.tf:/root/hero/www/info/docs/ +rm -rf /root/hero/www/info/docs/{*,.*} + +cp -rp ${script_dir}/docs_website/build/{.,}* /root/hero/www/info/docs/ \ No newline at end of file