Skip to content

Commit

Permalink
Update the pkgdown workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Apr 30, 2024
1 parent d2b0ab4 commit af48ea3
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 @@ -20,7 +20,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

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

Expand All @@ -40,7 +40,7 @@ jobs:

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

0 comments on commit af48ea3

Please sign in to comment.