Skip to content

Commit ce70fa0

Browse files
authored
ci(wiki): fs::fs_path can't be treated as character (#977)
1 parent 9ec9f3c commit ce70fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/reports/wiki_home.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ df_definitions <- fs::dir_ls(
4848
path = "bakefiles",
4949
regexp = r"(.+\.docker-bake.json$)"
5050
) |>
51+
as.character() |>
5152
tibble::tibble(file = _) |>
5253
dplyr::arrange(
5354
stringr::str_extract(file, r"(\d+\.\d+\.\d+)") |>

0 commit comments

Comments
 (0)