Add comment explaining the CI guard
Assisted-by: Claude Opus 4.6 via pi
change qlowlvlppyqksomsmmvwspymrurrmxny
commit c7192396fb7b6970ce26e5887ac1ce772320060a
author Alpha Chen <alpha@kejadlen.dev>
date
parent qpuxwrmt
diff --git a/Rakefile b/Rakefile
index 278e647..a5c5b03 100644
--- a/Rakefile
+++ b/Rakefile
@@ -68,6 +68,9 @@ end
 # --- Per-episode file tasks ---
 
 EPISODE_TASKS.each do |et|
+  # Text files are committed but audio and transcripts are not.
+  # Skip the download/transcribe/render chain in CI so the HTML
+  # task doesn't try to rebuild the entire pipeline.
   unless ENV["CI"]
     file et.audio_path => CONFIG.audio_dir.to_s do
       puts "Downloading #{et.slug}..."