Skip to content

Commit

Permalink
travis deploy gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Feb 15, 2020
1 parent 10fe4ee commit 4be8cac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -3,3 +3,9 @@
language: R
sudo: false
cache: packages

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

0 comments on commit 4be8cac

Please sign in to comment.