Skip to content

Commit

Permalink
Undo unnecessary copying (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Dec 18, 2021
1 parent 43252e1 commit 4c2e8e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/render-bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
--mount type=bind,target=/home/rstudio,source=$PWD \
jhudsl/course_template \
Rscript -e "bookdown::render_book('index.Rmd', output_format = 'all')"
cp -R assets/* docs/assets/
##### If you do not wish to host your course on Coursera, you can delete this section #####
# Run Coursera version
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/render-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
--mount type=bind,target=/home/rstudio,source=$PWD \
jhudsl/course_template \
Rscript -e "bookdown::render_book('index.Rmd', output_format = 'all')"
cp -R assets/* docs/assets/
##### If you do not wish to host your course on Coursera, you can delete this section #####
# Run Coursera version
Expand Down

0 comments on commit 4c2e8e9

Please sign in to comment.