Skip to content

Commit

Permalink
debug pkgdown action attempt 3rd time's the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
david-barnett committed Jun 5, 2024
1 parent a1b6f5d commit da00658
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:

name: pkgdown

permissions: read-all

jobs:
pkgdown:
runs-on: ubuntu-latest
Expand All @@ -17,6 +19,8 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit da00658

Please sign in to comment.