Skip to content

Commit d83df43

Browse files
d-krupkeclaude
andcommitted
ci: render T*.qmd tutorial slides in deploy workflow
The render loop matched only L*.qmd, so T01 was never built and the linked T01 page returned 404. Broaden the glob to [LT]*.qmd. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5540df5 commit d83df43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-slides.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Render slides
2626
run: |
27-
for qmd in slides/*/L*.qmd; do
27+
for qmd in slides/*/[LT]*.qmd; do
2828
quarto render "$qmd"
2929
done
3030

0 commit comments

Comments
 (0)