From c68638ea208c47dbcd1300570131b51577f1f0ef Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Thu, 29 Jun 2017 14:49:19 -0500 Subject: point to fetch of correct PDF for doc deployment --- travis/deploy_website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/deploy_website.sh b/travis/deploy_website.sh index f9eeaab9..80cd03c6 100755 --- a/travis/deploy_website.sh +++ b/travis/deploy_website.sh @@ -11,7 +11,7 @@ git checkout gh-pages cd $builddir/html cp -rf * $destdir/proj4docs -cp $builddir/latexpdf/proj4.pdf $destdir/proj4docs +cp $builddir/latex/proj4.pdf $destdir/proj4docs cd $destdir/proj4docs git config user.email "proj4bot@proj4.bot" -- cgit v1.2.3