Skip to content

Commit

Permalink
Revert "copy circle ci config in gh-pages to avoid failure"
Browse files Browse the repository at this point in the history
This reverts commit d87690f.
  • Loading branch information
Kurtil committed Mar 16, 2019
1 parent f29b11e commit a9ccd2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack-dist.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module.exports = {
new CopyPlugin([
{ from: 'assets/', to: 'assets/' },
{ from: 'index.dist.html', to: 'index.html' },
{ from: '.circleci/', to: '.circleci/' },
]),
],
};

0 comments on commit a9ccd2f

Please sign in to comment.