Skip to content

Commit

Permalink
* .github/workflows/R-CMD-check.yaml: simplify.
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Sep 19, 2023
1 parent debb5f5 commit 89fd116
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,9 @@ jobs:
refs/heads/master
refs/heads/main
', github.ref) && github.event_name == 'push'
name: pkgdown ${{ matrix.config.os }} (${{ matrix.config.r }})
runs-on: ${{ matrix.config.os }}
name: pkgdown
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest, r: 'release'}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -179,7 +174,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
r-version: 'release'
use-public-rspm: true

- uses: r-lib/actions/setup-tinytex@v2-branch
Expand Down

0 comments on commit 89fd116

Please sign in to comment.