...
This commit is contained in:
@@ -9,14 +9,12 @@ export PATH=${BASE}/node_modules/.bin:$PATH
|
||||
|
||||
echo "Docs directory: $script_dir"
|
||||
|
||||
# Change baseUrl to '/depindev/'
|
||||
# Change baseUrl to '/tftechdev/'
|
||||
sed -i "s|/tftech/|/tftechdev/|g" docusaurus.config.ts ./src/pages/index.tsx
|
||||
|
||||
#bun build
|
||||
#bun ${script_dir}/node_modules/.bin/docusaurus build
|
||||
pnpm build
|
||||
bun build
|
||||
|
||||
rsync -rv --delete ${script_dir}/build/ root@info.ourworld.tf:/root/hero/www/info/tftechdev
|
||||
|
||||
# Change baseUrl to '/depin/'
|
||||
# Change baseUrl to '/tftech/'
|
||||
sed -i "s|/tftechdev/|/tftech/|g" docusaurus.config.ts ./src/pages/index.tsx
|
||||
Reference in New Issue
Block a user