From c09c990f615c2379737ca2cdb363843ba9bc1b5f Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Wed, 25 Oct 2023 12:38:58 -0400 Subject: [PATCH] ci: fix typo --- .github/workflows/quarto-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 57a9a82..1a3fb28 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -36,7 +36,7 @@ jobs: - name: Install R packages shell: Rscript {0} run: | - install.packages(c('dplyr', 'glue', 'here', 'knitr', 'tidyr'. 'yaml')) + install.packages(c('dplyr', 'glue', 'here', 'knitr', 'tidyr', 'yaml')) - name: prerender run: |