Skip to content

Commit

Permalink
Invalidate cache, hopefully to get cache working again
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed May 13, 2024
1 parent 476f736 commit d270ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup dependencies with renv
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1 # increment this to invalidate the renv cache
cache-version: 2 # increment this to invalidate the renv cache

- name: Import Unjournal data
run: Rscript -e 'source("code/import-unjournal-data.R"); save_data()'
Expand Down

0 comments on commit d270ce3

Please sign in to comment.