Skip to content

Commit

Permalink
build_home and build_home_index were the last site parts components y…
Browse files Browse the repository at this point in the history
…ou couldn't call directly without init_site() (#2571)
  • Loading branch information
olivroy authored May 22, 2024
1 parent 573fee6 commit 95d538a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build-home.R
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ build_home <- function(pkg = ".",
check_bool(quiet)

cli::cli_rule("Building home")
dir_create(pkg$dst_path)
create_subdir(pkg, "")

build_citation_authors(pkg)

Expand Down

0 comments on commit 95d538a

Please sign in to comment.