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 3fda191 commit 6ed34beCopy full SHA for 6ed34be
.travis.yml
@@ -13,10 +13,26 @@ install:
13
14
script: ./travis-tool.sh run_tests
15
16
+after_success:
17
+ - ./travis-tool.sh install_github hadley/staticdocs
18
+ - R -e "staticdocs::build_site()"
19
+
20
on_failure:
21
- ./travis-tool.sh dump_logs
22
23
notifications:
24
email:
25
on_success: change
26
on_failure: change
27
28
+deploy:
29
+ edge: true
30
31
+ provider: s3
32
+ access_key_id: AKIAJDM6KGIZ6LSGAK4Q
33
+ secret_access_key:
34
+ secure: "r3vSpvVNcpvIcjWFyk+GhYG55iuhfmy3mwuQHQS2EqjT3Skd3mOojnZuRIqy60XXElK5/nfa3qt7KH0GCSd4Is28cqPwh+1PtQ0ZVXfeKefAk2whTPDI4P+rgOA+srUxZraLALap9QGmvlzJyXbqBCRdDmXUjtXKi2ONE9PrUk4="
35
+ bucket: docs.ggplot2.org
36
+ skip_cleanup: true
37
+ local-dir: inst/web
38
+ upload-dir: dev
0 commit comments