aboutsummaryrefslogtreecommitdiff
path: root/landing/build
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-11-16 23:43:59 +0800
committerruki <waruqi@gmail.com>2018-11-16 16:23:59 +0800
commita340720807b83ef06f058c1b0673c78b8b67f58e (patch)
tree7198142cefc39087bad7274146505fef3c9ee3e3 /landing/build
parentcbd59407f5918eb57c95bcf6f96fbf4689b4b8d1 (diff)
downloadxmake-docs-a340720807b83ef06f058c1b0673c78b8b67f58e.tar.gz
xmake-docs-a340720807b83ef06f058c1b0673c78b8b67f58e.zip
add build script
Diffstat (limited to 'landing/build')
-rwxr-xr-xlanding/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/landing/build b/landing/build
new file mode 100755
index 00000000..4b1057d7
--- /dev/null
+++ b/landing/build
@@ -0,0 +1,7 @@
+#!/bin/bash
+jekyll build
+cp -r _site/cn ..
+cp -r _site/pages ..
+cp -r _site/assets/* ../assets/
+cp -r _site/index.html ../landing.html
+rm -rf _site