Move presentations submodule to website

This commit is contained in:
Ivan Blinkov 2017-06-19 14:38:54 +03:00
parent 1534e0afa0
commit 4e80b5d8f0
3 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "doc/presentations"]
path = doc/presentations
path = website/presentations
url = https://github.com/yandex/clickhouse-presentations.git

View File

@ -36,7 +36,7 @@ var paths = {
'!node_modules/**/*.{jpg,jpeg,png,svg,ico}',
'!public/**/*.{jpg,jpeg,png,svg,ico}'],
robotstxt: ['robots.txt'],
presentations: ['../doc/presentations/**/*']
presentations: ['presentations/**/*']
};
gulp.task('clean', function () {