Skip to content

Commit

Permalink
test renv profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Jul 14, 2023
1 parent 5ba81e1 commit 02e4a1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ options(
blogdown.ext = ".Rmd",
blogdown.subdir = "blog",
blogdown.title_case = TRUE,
blogdown.hugo.version = "0.111.2"
blogdown.hugo.version = "0.111.2",
renv.config.autoloader.enabled = FALSE
)
2 changes: 2 additions & 0 deletions .github/workflows/build_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ concurrency:
jobs:
build:
name: Build and publish preview through Netlify
env:
RENV_PROFILE: "dev"
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-jsons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Check modified jsons
runs-on: macOS-latest
env:
RENV_PROFILE: json
RENV_PROFILE: "json"
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 02e4a1e

Please sign in to comment.