8
0
Эх сурвалжийг харах

Restored script publishing the docs.

Marek Lewandowski 5 жил өмнө
parent
commit
339c5a2029
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -22,8 +22,9 @@ script:
 - node ./scripts/continuous-integration-script.js
 - yarn run lint
 - yarn run stylelint
+- travis_wait 30 yarn run docs --strict
 - 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
-    travis_wait 30 yarn run docs --strict
+    travis_wait 30 yarn run docs:build-and-publish-nightly;
   fi'
 after_script:
 - export END_TIME=$( date +%s )