From a8358b7d7a6f60c1d42732d6d82d3b8979b58fcd Mon Sep 17 00:00:00 2001 From: dgkf <18220321+dgkf@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:38:57 -0400 Subject: [PATCH] add dependencies to actions --- .github/workflows/quarto.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/quarto.yml b/.github/workflows/quarto.yml index c761220..52b7323 100644 --- a/.github/workflows/quarto.yml +++ b/.github/workflows/quarto.yml @@ -32,6 +32,8 @@ jobs: any::here any::knitr any::rmarkdown + any::thematic + any::ggplot2 - name: Publish to GitHub Pages (and render) uses: quarto-dev/quarto-actions/publish@v2