Browse Source

fix

pull/9/head
tangjinzhou 7 years ago
parent
commit
1a4c5f50c3
  1. 2
      scripts/deploy-to-gh-pages.sh

2
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

Loading…
Cancel
Save