Skip to content

Commit

Permalink
Fixed AWS doc build deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 11, 2019
1 parent 2a7411c commit 88c4af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 88c4af9

Please sign in to comment.