Skip to content

Commit ce82484

Browse files
committed
use pkgdown dev & release
1 parent 0645b98 commit ce82484

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# mlr <img src="man/figures/logo.png" align="right" />
22

3+
Package website: [release](https://mlr.mlr-org.com/) | [dev](https://mlr.mlr-org.com/dev)
4+
35
Machine learning in R.
46

57
[![CircleCI](https://img.shields.io/circleci/build/gh/mlr-org/mlr/master?label=Linux&logo=circle&logoColor=green&style=flat-square)](https://circleci.com/gh/mlr-org/mlr)

pkgdown/_pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ template:
1010
default_assets: false
1111

1212
development:
13-
destination: dev
13+
mode: auto
1414
version_label: default
15-
version_tooltip: "Development version"
15+
version_tooltip: "Version"
1616

1717
home:
1818
links:

tic.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ do_package_checks(args = "--as-cran", error_on = "error", codecov = FALSE)
1313
if (ci_is_env("FULL", "true")) {
1414
get_stage("before_deploy") %>%
1515
add_step(step_install_github("mlr-org/mlr3pkgdowntemplate"))
16-
do_pkgdown(orphan = TRUE)
16+
do_pkgdown()
1717
}
1818

1919
# only deploy man files in in master branch

0 commit comments

Comments
 (0)