Skip to content

Commit

Permalink
Fixed doc upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 21, 2019
1 parent ab28044 commit 99edeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- aws s3 sync s3://holoviews-doc-builds/$TRAVIS_BUILD_NUMBER ./
- nbsite build --what=html --output=builtdocs
after_success:
- aws s3 sync ./builtdocs s3://${BUCKET}holoviews.org/$TRAVIS_BUILD_NUMBER
- aws s3 sync ./builtdocs s3://${BUCKET}holoviews.org/
- aws s3 rm --recursive s3://holoviews-doc-builds/$TRAVIS_BUILD_NUMBER

- <<: *doc_build
Expand Down

0 comments on commit 99edeb2

Please sign in to comment.