Skip to content

Commit

Permalink
travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Feb 15, 2019
1 parent 399673e commit 3b7b110
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 2,253 deletions.
4 changes: 3 additions & 1 deletion .Rbuildignore
@@ -1,3 +1,6 @@
^pkgdown$
^_pkgdown\.yml$
^docs$
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
Expand All @@ -9,5 +12,4 @@
^cran-comments\.md$
^codemeta\.json$

^docs$
^docs/$
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
docs/
.Rproj.user
.Rhistory
.RData
Expand Down
15 changes: 11 additions & 4 deletions .travis.yml
Expand Up @@ -2,10 +2,17 @@

language: r

r:
- oldrel
- release
- devel
matrix:
include:
- r: release
before_cache: Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true
- r: devel
- r: oldrel

sudo: false
cache: packages

Expand Down
9 changes: 9 additions & 0 deletions _pkgdown.yml
@@ -0,0 +1,9 @@
destination: docs

authors:
rOpenSci:
href: "https://ropensci.org"
html: "<img src='https://github.com/ropensci.png' height=24>"

Maëlle Salmon:
href: "https://masalmon.eu"
140 changes: 0 additions & 140 deletions docs/CONDUCT.html

This file was deleted.

0 comments on commit 3b7b110

Please sign in to comment.