Skip to content

Commit

Permalink
Move assets to correct location on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 21, 2018
1 parent da2eb6e commit 7c7a0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- nbsite_nbpagebuild.py ioam geoviews ../notebooks .
# gallery notebooks depend on user guide assets
- mkdir -p _build/html/user_guide
- cp -r ../notebooks/user_guide/assets user_guide/
- cp -r ../notebooks/user_guide/assets _build/html/user_guide/
- cp -r ../notebooks/user_guide/sample-data _build/html/user_guide/
- nbsite_gallery.py .. notebooks None '.' matplotlib bokeh None
Expand Down

0 comments on commit 7c7a0bd

Please sign in to comment.