Skip to content

Commit

Permalink
Reset state before building [doc-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 25, 2019
1 parent 1361366 commit 31e5b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -164,6 +164,7 @@ jobs:
- pip install awscli
- conda install -c conda-forge mpl_sample_data --no-deps
- aws s3 sync s3://holoviews-doc-builds/$TRAVIS_BUILD_NUMBER ./
- git checkout -- ./
- nbsite build --what=html --output=builtdocs
after_success:
- aws s3 sync ./builtdocs s3://${BUCKET}holoviews.org/
Expand Down

0 comments on commit 31e5b5d

Please sign in to comment.