render compile

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

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])) |>