Skip to content

Commit

Permalink
Merge branch 'hotfix/deploy'
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed Aug 31, 2019
2 parents 34aeb18 + 1ab59e8 commit 9334790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9334790

Please sign in to comment.