Skip to content

Commit 9f1904d

Browse files
committed
Standard web site build
1 parent 5daab4e commit 9f1904d

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ matrix:
99
- r: devel
1010
- r: release
1111
env: USE_VDIFFR=true
12-
r_github_packages:
13-
- lionel-/vdiffr
14-
- tidyverse/tidytemplate
15-
- r-lib/pkgdown
16-
12+
before_cache:
13+
- Rscript -e 'remotes::install_cran("pkgdown")'
14+
- Rscript -e 'remotes::install_github("tidyverse/tidytemplate")'
1715
deploy:
1816
provider: script
1917
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
2018
skip_cleanup: true
21-
2219
- r: oldrel
2320
- r: 3.2
2421
env: R_REMOTES_NO_ERRORS_FROM_WARNINGS=true

_pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ url: https://ggplot2.tidyverse.org
33
template:
44
package: tidytemplate
55

6-
# development:
7-
# mode: auto
6+
development:
7+
mode: auto
88

99
home:
1010
strip_header: true

0 commit comments

Comments
 (0)