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 6f4dbcd commit 2b140c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches: [ main, staging ]
paths:
- '**.Rmd'
- '*.R'
- assets/*
- quizzes/*
- slides/*
Expand Down Expand Up @@ -65,8 +66,8 @@ jobs:
id: bookdown
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', overwrite = TRUE);"
file.copy(from = 'assets', to = 'docs/assets', overwrite = TRUE);
file.copy(from = 'slides', to = 'docs', overwrite = 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 2b140c9

Please sign in to comment.