We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c4aee commit d677aebCopy full SHA for d677aeb
Makefile
@@ -152,7 +152,7 @@ summary-reports:
152
Rscript -e "rmarkdown::render('scripts/reports/first_day_wrong.Rmd', output_file = here::here('reports', 'first_day_wrong.html'))";
153
154
season-summary-2025-talk:
155
- quarto render scripts/reports/season_2025_talk/season_summary_2025_presentation.qmd --to html --output-dir "../../../reports"; \
+ quarto render scripts/reports/season_2025_talk/season_summary_2025_presentation.qmd --to revealjs --output-dir "../../../reports"; \
156
cp scripts/reports/season_2025_talk/tachyons-minimal.css reports/; \
157
cp -r scripts/reports/season_2025_talk/gfx reports/
158
0 commit comments