We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f2c99 commit ee842d3Copy full SHA for ee842d3
scripts/publish_docs.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_BRANCH == "master" && $DEPLOY == "true" ]]
+if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_BRANCH == "master" && $DEPLOY == "true" && $TRAVIS_OS_NAME == "linux" ]]
3
then
4
npm run build:docs
5
0 commit comments