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 33dab5b commit 70864e8Copy full SHA for 70864e8
R/buildtools.R
@@ -1084,7 +1084,7 @@ find_pkgdown_url <- function(package){
1084
req <- curl::curl_fetch_memory(paste0(x, '/pkgdown.yml'))
1085
if(req$status == 200){
1086
yaml <- yaml:::yaml.load(rawToChar(req$content))
1087
- if(length(yaml$pkgdown)){
+ if(length(yaml$pkgdown) || length(yaml$altdoc)){
1088
return(x)
1089
}
1090
0 commit comments