From 88c4af955926e1abdb18b0aa9bb94a462a2cee7e Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Thu, 11 Apr 2019 10:57:45 +0100 Subject: [PATCH] Fixed AWS doc build deployment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e5fdadaf9..823abbac9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -149,10 +149,10 @@ jobs: env: DESC="docs" CHANS_DEV="-c pyviz/label/dev -c bokeh/label/dev" HV_DOC_HTML='true' HV_DOC_GALLERY='false' HV_REQUIREMENTS="doc" script: - bokeh sampledata + - conda install -c conda-forge awscli - nbsite generate-rst --org pyviz --project-name holoviews --skip ^reference - nbsite build --what=html --output=builtdocs after_success: - - pip install awscli - aws s3 sync ./ s3://holoviews-doc-builds/$TRAVIS_BUILD_NUMBER --exclude=".git/*" --exclude="doc/nbpublisher/*" - &gallery_build