Skip to content

Commit b4ec20f

Browse files
committed
Merge pull request matplotlib#3993 from jenshnielsen/fix_travis_docs
DEV : Fix typo
2 parents 8549403 + 87901cd commit b4ec20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ after_success:
7777
ssh-add .travis/matplotlibDeployKey
7878
cd ..
7979
git clone git@github.com:matplotlib/devdocs.git
80-
cd mplddocs
80+
cd devdocs
8181
git checkout --orphan gh-pages
8282
cp -R ../matplotlib/doc/build/html/. .
8383
touch .nojekyll

0 commit comments

Comments
 (0)