travis deploy gh-pages

This commit is contained in:
pvictor 2020-02-15 13:13:58 +01:00
parent 10fe4eee19
commit 4be8cac5df
1 changed files with 6 additions and 0 deletions

View File

@ -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