forked from mpusz/mp-units
Documentation deployment fixed in Travis CI
This commit is contained in:
@@ -15,9 +15,9 @@ osx: &osx
|
||||
matrix:
|
||||
include:
|
||||
- <<: *linux
|
||||
env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9 DEPLOY_DOCS=ON
|
||||
env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9 DEPLOY_DOCS=TRUE
|
||||
- <<: *linux
|
||||
env: CONAN_GCC_VERSIONS=10 CONAN_DOCKER_IMAGE=conanio/gcc10 DEPLOY_DOCS=OFF
|
||||
env: CONAN_GCC_VERSIONS=10 CONAN_DOCKER_IMAGE=conanio/gcc10 DEPLOY_DOCS=FALSE
|
||||
|
||||
install:
|
||||
- chmod +x .travis/install.sh
|
||||
@@ -45,3 +45,4 @@ deploy:
|
||||
local_dir: gh-pages
|
||||
on:
|
||||
branch: master
|
||||
condition: $DEPLOY_DOCS = TRUE
|
||||
|
Reference in New Issue
Block a user