www_docs_threefold_io/install.sh

13 lines
196 B
Bash
Raw Normal View History

2024-08-26 18:10:27 +00:00
#!/bin/bash
set -ex
script_dir=$(dirname "$0")
cd ${script_dir}
echo "Docs directory: $script_dir"
cd docs_website
yarn
yarn build
2024-08-27 15:45:48 +00:00
~/code/git.ourworld.tf/tfgrid/docs_tfgrid4/docs_website/build
2024-08-26 18:10:27 +00:00