From 1ab59e80b078924a3eae970e4ae81754c4d0d0b9 Mon Sep 17 00:00:00 2001 From: zhixin Date: Sun, 1 Sep 2019 00:11:07 +0800 Subject: [PATCH] Fix deploy error --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index f88b9b6f..4d9b1841 100755 --- a/deploy.sh +++ b/deploy.sh @@ -6,7 +6,7 @@ TARGET_BRANCH="gh-pages" function doCompile { npm run docs - cp -r site/website/build build + cp -r site/website/build/multiple-select/* build } # Pull requests and commits to other branches shouldn't try to deploy, just build to verify