We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cf1ac commit fb31d0aCopy full SHA for fb31d0a
R/render.R
@@ -81,10 +81,6 @@ render_book = function(
81
)
82
83
aux_diro = '_bookdown_files'
84
- # for compatibility with bookdown <= 0.0.64
85
- if (isTRUE(dir_exists(aux_dir2 <- file.path(output_dir, aux_diro)))) {
86
- if (!dir_exists(aux_diro)) file.rename(aux_dir2, aux_diro)
87
- }
88
# move _files and _cache from _bookdown_files to ./, then from ./ to _bookdown_files
89
aux_dirs = files_cache_dirs(aux_diro)
90
move_dirs(aux_dirs, basename(aux_dirs))
0 commit comments