Skip to content

Commit

Permalink
Manually pass built tarball to pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwolen committed Dec 7, 2019
1 parent 2b341d5 commit 1d7117a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
on:
branch: master
provider: script
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE, tarball = dir(pattern = "tar.gz$"))'
skip_cleanup: true

0 comments on commit 1d7117a

Please sign in to comment.