From 16be6757fef38a99514a41d5b9bcad1a41ff05aa Mon Sep 17 00:00:00 2001 From: Craig Date: Mon, 26 Aug 2024 14:42:12 -1000 Subject: [PATCH] changed repo override --- .github/workflows/publish.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2dc5c438..c97dcc94 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,6 +5,8 @@ on: name: Quarto Publish + + jobs: build-deploy: runs-on: ubuntu-latest @@ -19,12 +21,14 @@ jobs: uses: r-lib/actions/setup-r@v2 with: r-version: '4.2.0' - - - name: Install R Dependencies + + - name: Set up Renv uses: r-lib/actions/setup-renv@v2 with: - cache-version: 1 - + cache-version: 2 + env: + RENV_CONFIG_REPOS_OVERRIDE: "https://packagemanager.rstudio.com/all/latest" + - name: Render and Publish uses: quarto-dev/quarto-actions/publish@v2 with: