This commit is contained in:
kristof de spiegeleer 2024-09-19 06:11:28 +04:00
parent 067c7114a6
commit c5e4e8ae66
2 changed files with 4 additions and 5 deletions

View File

@ -10,5 +10,5 @@ cd docs_website
yarn build
cd ..
rsync -rv ${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/

View File

@ -2,11 +2,10 @@
set -ex
script_dir=$(dirname "$0")
cd ${script_dir}
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${script_dir}"
echo "Docs directory: $script_dir"
cd docs_website
yarn
yarn build
~/code/git.ourworld.tf/tfgrid/docs_tfgrid4/docs_website/build