Skip to content

Commit

Permalink
setup R and pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Dec 26, 2024
1 parent f9050ab commit a22e557
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
GH_TOKEN: ${{ github.token }}
NUMBER: ${{ github.event.issue.number }}
GH_PAGES: gh-pages
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

jobs:
preview:
Expand All @@ -30,6 +31,16 @@ jobs:
with:
ref: refs/pull/${{ github.event.issue.number }}/merge

- name: Install system dependencies
run: |
sudo apt-get update -qq
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

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

- uses: quarto-dev/quarto-actions/setup@v2
with:
version: pre-release
Expand Down

0 comments on commit a22e557

Please sign in to comment.