Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pingfan-hu committed Nov 25, 2024
1 parent 4c7bd62 commit 238535e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:

jobs:
pkgdown:
runs-on: ubuntu-latest
runs-on: ubuntu-latest # Changed to ubuntu

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_VERSION: '4.3.2'

steps:
- uses: actions/checkout@v3 # Updated to v3
- uses: actions/checkout@v4 # Updated to v4

- name: Setup R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 238535e

Please sign in to comment.