mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 05:04:27 +02:00
Documentation deployment fixed in Travis CI
This commit is contained in:
@@ -15,9 +15,9 @@ osx: &osx
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- <<: *linux
|
- <<: *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
|
- <<: *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:
|
install:
|
||||||
- chmod +x .travis/install.sh
|
- chmod +x .travis/install.sh
|
||||||
@@ -45,3 +45,4 @@ deploy:
|
|||||||
local_dir: gh-pages
|
local_dir: gh-pages
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
condition: $DEPLOY_DOCS = TRUE
|
||||||
|
Reference in New Issue
Block a user