Procházet zdrojové kódy

use correct image file

Steven Silvester před 8 roky
rodič
revize
a1597d52fd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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