Skip to content

Commit

Permalink
Update render-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laderast authored Sep 20, 2024
1 parent ce9f025 commit 41886f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
run: |
Rscript -e "bookdown::render_book('index.Rmd', output_format = 'all');
file.copy(from = 'assets', to = 'docs/assets', overwrite = TRUE);
file.copy(from = 'slides', to = 'docs/slides', overwrite = TRUE);"
dir.create("docs/slides");
file.copy(from = 'slides', to = 'docs/slides', overwrite = TRUE, recursive=TRUE);"
# This checks on the steps before it and makes sure that they completed.
# If the renders didn't complete we don't want to commit the file changes
Expand Down

0 comments on commit 41886f6

Please sign in to comment.