Skip to content

Commit

Permalink
misc(viewer): retain /plots/ when deploying new viewer version (#4079)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Dec 19, 2017
1 parent 7485651 commit 485e485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lighthouse-viewer/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ gulp.task('create-dir-for-gh-pages', () => {
gulp.task('deploy', cb => {
runSequence('clean', 'build', 'create-dir-for-gh-pages', function() {
ghpages.publish(`dist/viewer`, {
add: true, // keep existing files (like `./plots/`)
logger: $.util.log,
}, err => {
if (err) {
Expand Down

0 comments on commit 485e485

Please sign in to comment.