Skip to content

Commit

Permalink
Copy build directory to vscode-docs for CI building
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Dec 11, 2017
1 parent 8b6a1cd commit d71bcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gulp.task('build-dist', done => {

// Copy over MD/asset files
$.mkdir('vscode-website/vscode-docs')
$.cp('-R', ['../blogs', '../docs', '../images', '../release-notes', '../tutorials'], 'vscode-website/vscode-docs')
$.cp('-R', ['../blogs', '../docs', '../images', '../release-notes', '../tutorials', '../build'], 'vscode-website/vscode-docs')

// Go to vscode-website
$.cd('vscode-website')
Expand Down

0 comments on commit d71bcd1

Please sign in to comment.