Skip to content

Commit

Permalink
Make *.upb files delete on render() completion
Browse files Browse the repository at this point in the history
* Resolves #258
  • Loading branch information
cgrandin committed Apr 24, 2024
1 parent 10739cc commit abd3603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/render.R
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ render <- function(yaml_fn = "_bookdown.yml",
unlink(tmp_yaml_fn)
unlink(index_fn)
unlink("*.log")
unlink("*.upa")
unlink("*.up*")
}

check_notify("Render completed")
Expand Down

0 comments on commit abd3603

Please sign in to comment.