Skip to content

Commit

Permalink
ci: 👷 forgot to add install R and deps step
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Dec 15, 2024
1 parent 72796c4 commit 646b57d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/reusable-build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

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

- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

Expand Down

0 comments on commit 646b57d

Please sign in to comment.