Skip to content

Commit

Permalink
update pkgdown workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Nov 26, 2024
1 parent ae045ff commit b0a61cd
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 @@ -24,7 +24,7 @@ jobs:
isPush: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

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

0 comments on commit b0a61cd

Please sign in to comment.