Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixErnst committed Mar 19, 2024
1 parent 8756a25 commit f5ce25a
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 @@ -18,11 +18,11 @@ jobs:

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: "https://demo.rstudiopm.com/all/__linux__/jammy/latest"
RSPM: ${{ matrix.config.rspm }}
TZ: UTC
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f5ce25a

Please sign in to comment.