Skip to content

Commit

Permalink
[CI] align GH and GL paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fh-mthomson committed Oct 24, 2024
1 parent 23fcfb2 commit 4eab081
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vignettes/ci.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,13 @@ The following template can be used as a base when using renv with

```
variables:
RENV_PATHS_CACHE: ${CI_PROJECT_DIR}/renv/cache
RENV_PATHS_ROOT: ${CI_PROJECT_DIR}/renv
cache:
key: ${CI_PROJECT_NAME}
paths:
- ${RENV_PATHS_CACHE}
- ${RENV_PATHS_ROOT}
before_script:
- < ... other pre-deploy steps ... >
Expand Down

0 comments on commit 4eab081

Please sign in to comment.