Skip to content

Commit 83715dc

Browse files
committed
Build site automatically
1 parent d2a5a8c commit 83715dc

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@ matrix:
99
- r: devel
1010
- r: release
1111
env: USE_VDIFFR=true
12-
r_github_packages: lionel-/vdiffr
12+
r_github_packages:
13+
- lionel-/vdiffr
14+
- tidyverse/tidytemplate
15+
- r-lib/pkgdown
16+
17+
deploy:
18+
provider: script
19+
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
20+
skip_cleanup: true
21+
1322
- r: oldrel
1423
- r: 3.2
1524
env: R_REMOTES_NO_ERRORS_FROM_WARNINGS=true

_pkgdown.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
destination: ../ggplot2-docs
2-
31
template:
42
package: tidytemplate
5-
default_assets: false
3+
4+
development:
5+
mode: auto
66

77
home:
88
strip_header: true

0 commit comments

Comments
 (0)