Skip to content

Commit

Permalink
docs conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
andriizhegurov-okta committed Oct 10, 2020
1 parent f5140c0 commit 21a6e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mono: latest
dotnet: 3.1
script:
- ./build.sh
- if [[ $DEPLOY_DOCS = true && ($TRAVIS_PULL_REQUEST = false || $TRAVIS_TAG != "") ]]; then ./build.sh -t Docs; fi
- if [[ $DEPLOY_DOCS = true && ($TRAVIS_PULL_REQUEST = false && TRAVIS_BRANCH = master || $TRAVIS_TAG != "") ]]; then ./build.sh -t Docs; fi
deploy:
- provider: pages
skip_cleanup: true
Expand Down

0 comments on commit 21a6e8b

Please sign in to comment.