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 3263413 commit db8162fCopy full SHA for db8162f
tic.R
@@ -13,6 +13,7 @@ do_pkgdown(commit_paths = "docs/*", document = FALSE)
13
if (ci_get_branch() == "master") {
14
15
get_stage("deploy") %>%
16
+ add_code_step(pkgbuild::compile_dll()) %>%
17
add_code_step(devtools::document()) %>%
18
add_step(step_push_deploy(commit_paths = c("man/", "DESCRIPTION", "NAMESPACE")))
19
}
0 commit comments