We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a5a8c commit 83715dcCopy full SHA for 83715dc
.travis.yml
@@ -9,7 +9,16 @@ matrix:
9
- r: devel
10
- r: release
11
env: USE_VDIFFR=true
12
- r_github_packages: lionel-/vdiffr
+ 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
22
- r: oldrel
23
- r: 3.2
24
env: R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
_pkgdown.yml
@@ -1,8 +1,8 @@
1
-destination: ../ggplot2-docs
2
-
3
template:
4
package: tidytemplate
5
- default_assets: false
+development:
+ mode: auto
6
7
home:
8
strip_header: true
0 commit comments