Skip to content

Commit

Permalink
hopefully cache R package installs also
Browse files Browse the repository at this point in the history
  • Loading branch information
kruscpe1 committed Mar 6, 2024
1 parent ce4ec0d commit a2d4bea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-pandoc@v1

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-renv@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: pkgdown
Expand Down

0 comments on commit a2d4bea

Please sign in to comment.