Browse Source

use correct image file

Steven Silvester 8 years ago
parent
commit
a1597d52fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/travis_script.sh

+ 1 - 1
scripts/travis_script.sh

@@ -48,7 +48,7 @@ if [[ $GROUP == coverage_and_docs ]]; then
 
     # Build the api docs
     npm run docs
-    cp jupyter-plugins-demo.gif docs
+    cp jupyter_plugins.png docs
 
     # Verify tutorial docs build
     pushd tutorial