8
0
فهرست منبع

Merge pull request #7485 from ckeditor/i/6788-ci-should-build-entire-docs

Internal: The CI now performs full documentation build for each run. Closes #6788.
Kamil Piechaczek 5 سال پیش
والد
کامیت
a2acac40dd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -22,7 +22,7 @@ script:
 - node ./scripts/continuous-integration-script.js
 - node ./scripts/continuous-integration-script.js
 - yarn run lint
 - yarn run lint
 - yarn run stylelint
 - yarn run stylelint
-- yarn run docs:api --validate-only
+- yarn run docs --strict
 - 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
 - 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
     travis_wait 30 yarn run docs:build-and-publish-nightly;
     travis_wait 30 yarn run docs:build-and-publish-nightly;
   fi'
   fi'