docs_tfgrid4_tech/build.sh

19 lines
420 B
Bash
Raw Normal View History

2025-01-16 06:42:17 +00:00
#!/bin/bash
2025-02-05 05:25:52 +00:00
set -e
2025-01-16 06:42:17 +00:00
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${script_dir}"
echo "Docs directory: $script_dir"
2025-02-05 05:25:52 +00:00
cd /Users/despiegk/hero/var/docusaurus
export PATH=/tmp/docusaurus_build/node_modules/.bin:$PATH
rm -rf /Users/despiegk/hero/var/docusaurus/build/
2025-01-19 19:18:53 +00:00
bun docusaurus build
2025-01-16 06:42:17 +00:00
2025-02-05 05:43:39 +00:00
rsync -rv --delete /Users/despiegk/hero/var/docusaurus/build/ root@info.ourworld.tf:/root/hero/www/info/tftech/