mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-21 15:40:28 +00:00
fix ci
This commit is contained in:
17
v3/build.sh
Executable file
17
v3/build.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
rm -rf dist
|
||||
npm run build
|
||||
cd dist
|
||||
ln -s pricing/index.html pricing.html
|
||||
ln -s terms/index.html terms.html
|
||||
ln -s success/index.html success.html
|
||||
ln -s cancel/index.html cancel.html
|
||||
ln -s privacy/index.html privacy.html
|
||||
ln -s team/index.html team.html
|
||||
ln -s careers/index.html careers.html
|
||||
ln -s open-source/index.html open-source.html
|
||||
ln -s ../v2/self-host
|
||||
ln -s ../v2/web
|
||||
cp -rf ../zh ./
|
||||
tar czf x *
|
||||
mv x ..
|
||||
Reference in New Issue
Block a user