Skip to content

Commit

Permalink
ci: invalidate deps cache
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Jan 9, 2024
1 parent 9aecd42 commit 5741045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
- name: Render README
run: Rscript -e 'rmarkdown::render("README.Rmd", output_format = "github_document", params = list(AIRTABLE_API_KEY = ${{ secrets.AIRTABLE_API_KEY }}))'
env: # Set the secrets as an input
Expand Down

0 comments on commit 5741045

Please sign in to comment.