aboutsummaryrefslogtreecommitdiff
path: root/landing/build
diff options
context:
space:
mode:
Diffstat (limited to 'landing/build')
-rwxr-xr-xlanding/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/landing/build b/landing/build
deleted file mode 100755
index 4b1057d7..00000000
--- a/landing/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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