mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Move presentations submodule to website
This commit is contained in:
parent
1534e0afa0
commit
4e80b5d8f0
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "doc/presentations"]
|
||||
path = doc/presentations
|
||||
path = website/presentations
|
||||
url = https://github.com/yandex/clickhouse-presentations.git
|
||||
|
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user