Skip to content

Commit

Permalink
Add pkgdown deploy to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Nov 11, 2019
1 parent ee7fe5d commit 51c2a44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
language: R
cache: packages

before_cache: Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true

addons:
apt:
packages:
Expand Down

0 comments on commit 51c2a44

Please sign in to comment.