Skip to content

Commit

Permalink
Update pr workflow to v4 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom authored Sep 17, 2024
1 parent cc8c6fa commit 2bde541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-diff-and-deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# Push the diff version of the website to the gh-pages branch
# the diff version will be stored in a folder named diff### (where ### is the PR number)
- name: Push the diff version of the website to the gh-pages branch
uses: peaceiris/actions-gh-pages@v3.8.0
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: diff${{ github.event.number }}
Expand Down

0 comments on commit 2bde541

Please sign in to comment.