Skip to content

Commit

Permalink
Fix build_site_external() (#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b authored Mar 15, 2024
1 parent 5bdbf73 commit 66febb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/build.R
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ build_site_external <- function(pkg = ".",
override = list(),
preview = NA,
devel = TRUE) {
pkg <- as_pkgdown(pkg, override = override)
args <- list(
pkg = pkg,
examples = examples,
Expand Down

0 comments on commit 66febb0

Please sign in to comment.