Skip to content

Commit

Permalink
Merge pull request #246 from rust-cli/renovate/peaceiris-actions-gh-p…
Browse files Browse the repository at this point in the history
…ages-4.x

chore(deps): update peaceiris/actions-gh-pages action to v4
  • Loading branch information
epage authored May 1, 2024
2 parents 1b61533 + b4ff28a commit e31ab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build
run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e31ab3a

Please sign in to comment.