From 1a4c5f50c3b1d620e26e34548d8c11b88a77ac4a Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Mon, 19 Mar 2018 13:21:39 +0800 Subject: [PATCH] fix --- scripts/deploy-to-gh-pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-to-gh-pages.sh b/scripts/deploy-to-gh-pages.sh index 8a189114a..81614950e 100644 --- a/scripts/deploy-to-gh-pages.sh +++ b/scripts/deploy-to-gh-pages.sh @@ -12,7 +12,7 @@ mkdir dist git config --global user.email "travis@travis-ci.org" git config --global user.name "Travis" -./node_modules/.bin/webpack --config webpack.prod.config.js +./node_modules/.bin/webpack --config webpack.site.config.js cd dist git init