Skip to content

Commit

Permalink
trying pkgdown within pages
Browse files Browse the repository at this point in the history
  • Loading branch information
adigherman committed Jun 27, 2019
1 parent dcdcb3d commit 9fefe9c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@ matrix:
- r: devel

after_success:
- Rscript -e 'covr::coveralls()'
- Rscript -e 'covr::coveralls()'
- Rscript -e 'pkgdown::build_site()'

deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: docs
on:
branch: master

0 comments on commit 9fefe9c

Please sign in to comment.