Explorar el Código

use correct image file

Steven Silvester hace 8 años
padre
commit
a1597d52fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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