Skip to content

Commit

Permalink
travis pkgdown deploy
Browse files Browse the repository at this point in the history
travis::use_travis_deploy(endpoint = ".com")
  • Loading branch information
jefferis committed Nov 8, 2020
1 parent 0a94811 commit 8e09aad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.RData
.Ruserdata
docs
docs/
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

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

0 comments on commit 8e09aad

Please sign in to comment.