Skip to content

Commit

Permalink
-Update GHA pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermorganwall committed Feb 20, 2024
1 parent 4c07895 commit 8fc3319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
RGL_USE_NULL: true
_SF_USE_S2: false
IN_PKGDOWN: true
IN_PKGDOWN: "true"
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -46,8 +46,8 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-5-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-5-
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-7-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-7-

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8fc3319

Please sign in to comment.