Skip to content

Commit 1df7d26

Browse files
committed
adapt to new pkgdown v1.4 workflow
see: r-lib/pkgdown#1136 and also deploy 📖 from "dev" branch
1 parent 0e727f8 commit 1df7d26

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
^\.RData$
88
^\.Rproj\.user$
99
^\.here$
10-
^.travis\.yml$
10+
^\.travis\.yml$
1111
^.gitlab-ci\.yml$
1212
^appveyor\.yml$
13-
^index\.Rmd$
13+
^index\.md$
1414
^README\.md$
1515
^R/\.setup\.R

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##############################################################################
2+
### Autogenerated with R package kwb.pkgbuild v0.1.1
3+
### (installed from 'Github (kwb-r/kwb.pkgbuild@0ac3694)' source code on 2019-09-06)
4+
### by calling the function kwb.pkgbuild::use_travis()
5+
### (file created at: 2019-09-09 10:34:55)
6+
##############################################################################
7+
8+
19
language: r
210
sudo: required
311
cache: packages
@@ -16,4 +24,8 @@ matrix:
1624
provider: script
1725
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
1826
skip_cleanup: 'true'
27+
on:
28+
branch:
29+
- master
30+
- dev
1931
- r: oldrel

index.Rmd renamed to index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Helper Functions For Analysing KWB Endnote Library
99

1010
## Installation
1111

12-
```{r echo = TRUE, eval = FALSE}
12+
```r
1313
#install.packages("remotes", repos = "https://cloud.r-project.org")
1414
remotes::install_github("KWB-R/kwb.endnote")
1515
```

0 commit comments

Comments
 (0)