From 3ba155bbc000a368f1fbaee6d7290b5afd21deee Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 2 Jul 2018 22:07:40 -0500 Subject: [PATCH] Place generated docs in branch/tag specific subdir. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a174cfe8b..ea3162797 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,4 +67,4 @@ jobs: - popd - ./bootstrap.sh --with-toolset=${TOOLSET} - pushd doc - - ../b2 --website-doc-dir=manual/develop website + - ../b2 --website-doc-dir=manual/${TRAVIS_BRANCH} website