Skip to content

Commit

Permalink
Need to install self to build vignette.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjhealy committed Oct 9, 2019
1 parent 0951e63 commit 3a518ad
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 @@ -11,5 +11,5 @@ addons:
before_cache: Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
script: Rscript -e 'devtools::install(); pkgdown::deploy_site_github()'
skip_cleanup: true

0 comments on commit 3a518ad

Please sign in to comment.