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