Skip to content

Commit

Permalink
changed repo override
Browse files Browse the repository at this point in the history
  • Loading branch information
codetricity committed Aug 27, 2024
1 parent 5d7d33d commit 16be675
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:

name: Quarto Publish



jobs:
build-deploy:
runs-on: ubuntu-latest
Expand All @@ -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:
Expand Down

0 comments on commit 16be675

Please sign in to comment.