Skip to content

Commit

Permalink
Stop deploying pkgdown site to gh-pages
Browse files Browse the repository at this point in the history
This has been superseded by https://docs.ropensci.org/rdefra
  • Loading branch information
jeroen authored Apr 2, 2020
1 parent 2b590cc commit 88dff98
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,3 @@ r_github_packages:

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

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

0 comments on commit 88dff98

Please sign in to comment.