Explorar o código

Fixed issue in the previous commit.

Piotrek Koszuliński %!s(int64=9) %!d(string=hai) anos
pai
achega
4fbc2da5f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gulpfile.js

+ 1 - 1
gulpfile.js

@@ -171,7 +171,7 @@ gulp.task( 'docs:clean', () => {
 gulp.task( 'docs:build', () => {
 	const docsBuilder = require( '@ckeditor/ckeditor5-dev-docs' ).docs( config );
 
-	return docsBuilder.buildDocs;
+	return docsBuilder.buildDocs();
 } );
 
 gulp.task( 'docs:editors', [ 'compile:js:esnext', 'compile:themes:esnext' ], () => {