Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Saiem Gilani <saiem.gilani@gmail.com>
  • Loading branch information
saiemgilani committed Nov 22, 2023
1 parent 6f7536e commit e2ed732
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .github/workflows/pkgdown.yaml
Expand Up @@ -9,31 +9,36 @@ name: pkgdown

jobs:
pkgdown:
runs-on: ubuntu-22.04
runs-on: ${{ matrix.config.os }}

strategy:
fail-fast: false
matrix:
config:
- {os: 'ubuntu-latest', r: 'release'}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
R_KEEP_PKG_SOURCE: yes
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
KP_USER: ${{ secrets.KP_USER }}
KP_PW: ${{ secrets.KP_PW }}
RSPM: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"

steps:
- uses: actions/checkout@v2

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

- name: Checkout repo
uses: actions/checkout@v3
- name: Setting up R
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r-dependencies@v2
- name: Setting up R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 1
extra-packages: |
any::pkgdown
any::animation
any::baseballr
any::cfbfastR
any::fastRhockey
any::ggimage
Expand Down

0 comments on commit e2ed732

Please sign in to comment.