Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmann committed Mar 2, 2021
1 parent b18eb2e commit 82c488b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run.R
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,9 @@ rename(
) %>%
mutate(
policy_name = str_replace(policy_name, "test & release", "test for release")
) %>%
)

dir.create("_site")
readr::write_rds(tbl_results, "_site/tbl_results.rds", compress = "gz")


Expand Down

0 comments on commit 82c488b

Please sign in to comment.