docs_tfgrid4/build.sh

19 lines
417 B
Bash
Raw Normal View History

2024-08-26 18:10:27 +00:00
#!/bin/bash
2025-02-02 16:42:15 +00:00
set -e
2024-08-26 18:10:27 +00:00
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${script_dir}"
2025-02-02 16:42:15 +00:00
echo "Docs directory: $script_dir"
2024-12-11 04:46:33 +00:00
2025-02-02 16:42:15 +00:00
cd /Users/despiegk/hero/var/docusaurus
2024-12-11 04:46:33 +00:00
2025-02-02 16:42:15 +00:00
export PATH=/tmp/docusaurus_build/node_modules/.bin:$PATH
rm -rf /Users/despiegk/hero/var/docusaurus/build/
2024-08-26 18:10:27 +00:00
2025-02-02 16:42:15 +00:00
bun docusaurus build
2024-12-11 04:46:33 +00:00
2025-02-02 16:42:15 +00:00
rsync -rv --delete /Users/despiegk/hero/var/docusaurus/build/ root@info.ourworld.tf:/root/hero/www/docsnew//