Skip to content

Commit

Permalink
github action - disabled renv repo override
Browse files Browse the repository at this point in the history
  • Loading branch information
codetricity committed Aug 27, 2024
1 parent 9fd99f1 commit 41efefb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 2
env:
RENV_CONFIG_REPOS_OVERRIDE: "https://packagemanager.rstudio.com/all/latest"
# env:
# RENV_CONFIG_REPOS_OVERRIDE: "https://packagemanager.rstudio.com/all/latest"

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down
7 changes: 7 additions & 0 deletions news/events.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,10 @@ Craig added test table here:
| item | status | date |
| --- | --- | ----- |
| move to renv | half the staff using it | Aug 27, 2024 morning |

test after modifying GitHub action workflow

```
# env:
# RENV_CONFIG_REPOS_OVERRIDE: "https://packagemanager.rstudio.com/all/latest"
```

0 comments on commit 41efefb

Please sign in to comment.