Skip to content

Commit

Permalink
travis build site
Browse files Browse the repository at this point in the history
  • Loading branch information
mem48 committed Apr 13, 2020
1 parent b9652c4 commit d15e57a
Show file tree
Hide file tree
Showing 64 changed files with 10 additions and 7,915 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
^\.travis\.yml$
^LICENSE$
^docs$
^_pkgdown\.yml$
^pkgdown$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ extras/export
*.dat
doc
Meta
docs/
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ addons:
- libgeos-dev
- libproj-dev

before_deploy: Rscript -e 'remotes::install_cran("pkgdown")'
after_success:
- Rscript -e 'covr::codecov()'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true

before_cache: Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
destination: docs
168 changes: 0 additions & 168 deletions docs/404.html

This file was deleted.

Loading

0 comments on commit d15e57a

Please sign in to comment.