Skip to content

Commit d677aeb

Browse files
committed
render a revealjs not an html
1 parent 66c4aee commit d677aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ summary-reports:
152152
Rscript -e "rmarkdown::render('scripts/reports/first_day_wrong.Rmd', output_file = here::here('reports', 'first_day_wrong.html'))";
153153

154154
season-summary-2025-talk:
155-
quarto render scripts/reports/season_2025_talk/season_summary_2025_presentation.qmd --to html --output-dir "../../../reports"; \
155+
quarto render scripts/reports/season_2025_talk/season_summary_2025_presentation.qmd --to revealjs --output-dir "../../../reports"; \
156156
cp scripts/reports/season_2025_talk/tachyons-minimal.css reports/; \
157157
cp -r scripts/reports/season_2025_talk/gfx reports/
158158

0 commit comments

Comments
 (0)