From 320ee7f7b970d6ddd183b5fdc5ec9af526d19494 Mon Sep 17 00:00:00 2001 From: Josiah Parry Date: Tue, 5 Dec 2023 11:10:11 -0500 Subject: [PATCH] try again --- .github/workflows/quarto-publish.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 62dd00f..4648f0d 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -25,11 +25,18 @@ jobs: # uses: actions/setup-python@v3 # From https://github.com/r-lib/actions/tree/v2-branch/setup-r - - name: Setup R + - name: Set up R uses: r-lib/actions/setup-r@v2 with: use-public-rspm: true - - uses: r-lib/actions/setup-renv@v2 + - name: Set up R dependencies + uses: r-lib/actions/setup-r-dependencies@v2 + + # - name: Setup R + # uses: r-lib/actions/setup-r@v2 + # with: + # use-public-rspm: true + # - uses: r-lib/actions/setup-renv@v2 # NOTE: If Publishing to GitHub Pages, set the permissions correctly (see top of this yaml) - name: Publish to GitHub Pages (and render)