Skip to content

Commit 641dc57

Browse files
committed
modified for local context
1 parent 37e6659 commit 641dc57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_ZZ_move_HTML-docs_to_blog-dir.Rmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ here()
3434
up_1_dir <- ".."
3535
dir_blogdown_target <- "blogdown2-rfun"
3636
dir_blogdown_static_target <- "static"
37-
dir_map_docs_target <- "map"
37+
dir_map_docs_target <- "git"
3838
3939
target_dircopy_location <- glue(up_1_dir,
4040
dir_blogdown_target,
@@ -48,7 +48,11 @@ here(target_dircopy_location)
4848
#dir_copy(here("docs"), here(target_dircopy_location))
4949
#file_move(here(target_dircopy_location, "docs"),
5050
# here(target_dircopy_location, "map"))
51+
```
52+
53+
ONLY WHEN YOU KNOW... Manually run the next code chunk when you are sure you know what's happening.
5154

55+
```{r eval=FALSE, include=FALSE}
5256
link_create(here("docs"),
5357
here(target_dircopy_location))
5458

0 commit comments

Comments
 (0)