Skip to content

Commit fb8f297

Browse files
committed
commit repos.txt
1 parent 47c9f1b commit fb8f297

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

R/z_pages.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,11 @@ update_gallery <- function(gallery_path="~/R/gallery"){
225225
fwrite(error.dt, file.path(gallery_path, "error.csv"))
226226
rmarkdown::render(file.path(gallery_path, "index.Rmd"))
227227
to_add <- c(
228-
"*.csv", file.path("repos","*","*.png"), "index.html", "index.Rmd")
228+
"*.csv",
229+
"repos.txt",
230+
file.path("repos","*","*.png"),
231+
"index.html",
232+
"index.Rmd")
229233
gert::git_add(to_add, repo=gallery_path)
230234
gert::git_commit(paste("update", add.POSIXct), repo=gallery_path)
231235
gert::git_push("origin", repo=gallery_path)

0 commit comments

Comments
 (0)