Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hdvincelette committed Oct 25, 2024
1 parent 0c794f6 commit f9680be
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ on:
types: [published]
workflow_dispatch:

name: pkgdown.yaml

permissions: read-all
name: pkgdown

jobs:
pkgdown:
Expand All @@ -21,10 +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
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -43,7 +39,7 @@ jobs:

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
clean: false
branch: gh-pages
Expand Down

0 comments on commit f9680be

Please sign in to comment.