Skip to content

Commit

Permalink
Update render_html_list.R
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Jan 7, 2025
1 parent 4ff2f97 commit cc2b665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/render_html_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ if(nrow(files) > 0) {

# Don't need to render HWs
files <- files[!grepl("homework", files$files),]

# Don't render the "index_withbase" lecture
files <- files[!grepl("index_withbase", files$files),]
} else {
# Just render the Intro files if no others to render.
files <- data.frame(
Expand Down

0 comments on commit cc2b665

Please sign in to comment.