Skip to content

Commit

Permalink
render_book: Remove archive restore
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfreimuth committed Sep 4, 2024
1 parent 8e37ab1 commit 914d266
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions render_book.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import::from(
"utils.R",
"copy_output",
"render_book",
"restore_run_summary_dirs",
.character_only = TRUE,
.directory = here("modules")
)
Expand All @@ -17,11 +16,6 @@ filename <- "jonas_freimuth_master_thesis"
html_outfile <- here("bookdown/_main.html")
pdf_outfile <- here("bookdown/_book/_main.pdf")

run_summary_dir <- "cancer-cleaning-output"
run_summary_archive <- "run_summary_archive"

restore_run_summary_dirs(run_summary_dir, run_summary_archive)

render_book(here("bookdown"), format = "html")
copy_output(html_outfile, here(paste0(filename, ".html")))

Expand Down

0 comments on commit 914d266

Please sign in to comment.