render compile

This commit is contained in:
Ming Su 2025-03-17 20:32:11 +08:00
parent 352ca2b1ce
commit 654fb2f024
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
dc55c098ea6048164d135b53acb35abf
e3299495debd6fd0a690dbec467177d1

View File

@ -16,6 +16,7 @@ knitr::opts_chunk$set(echo = TRUE)
#| message: false
data.frame(fd = dir(".", pattern = "[-_]")) |>
dplyr::filter(!grepl("^_", fd)) |>
dplyr::filter(!grepl("_files", fd)) |>
dplyr::mutate(fn = purrr::map_chr(fd, ~ file.path(.x, dir(.x,
pattern = "index.qmd|index.html"))[1])) |>