How to render revealjs and embed results into quarto website in one go with github actions? #6939
-
DescriptionI'm making a website for a workshop. I'd like to make slides and also link to those slides in the website. I did this before with RMarkdown by manually knitting slides, and copying the html into a static folder: (see https://github.com/elsherbini/AMNH_R_Workshop_2023). (I'm trying to at least recreate this workflow, and am making some progress with the Is there a way with profiles, and maybe prerender commands, to have quarto first render presentations, then render the website? I'd really like to do this with github actions so my teammates can quickly iterate on the content for the workshop. I'd like to have a folder with all the This is similar to the question here: #1751 but adds the github actions angle. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
See https://quarto.org/docs/output-formats/html-multi-format.html#specifying-formats-to-link which is to me the simplest way.
Other related discussions: