Skip to content

Commit

Permalink
ci(github-actions): update peaceiris/actions-gh-pages to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Apr 12, 2024
1 parent bf98a9b commit afb9d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docspublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN_FOR_ORG }}
file: "docs/README.md"
- name: Push doc to Github Page
uses: peaceiris/actions-gh-pages@v2
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_branch: gh-pages
Expand Down

0 comments on commit afb9d3e

Please sign in to comment.