mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 08:52:06 +00:00
CLICKHOUSE-3047: copy docs txts to public too
This commit is contained in:
parent
aca2700d59
commit
9f38621cdc
@ -49,7 +49,13 @@ gulp.task('reference', [], function () {
|
||||
.pipe(gulp.dest(outputDir))
|
||||
});
|
||||
|
||||
gulp.task('docs', [], function () {
|
||||
gulp.task('docstxt', [], function () {
|
||||
run('cd ' + docsDir + '; make');
|
||||
return gulp.src(paths.docs + 'txt')
|
||||
.pipe(gulp.dest(outputDir + '/docs'))
|
||||
});
|
||||
|
||||
gulp.task('docs', ['docstxt'], function () {
|
||||
run('cd ' + docsDir + '; make');
|
||||
return gulp.src(paths.docs)
|
||||
.pipe(gulp.dest(outputDir + '/../docs'))
|
||||
|
Loading…
Reference in New Issue
Block a user