We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf98a9b commit de95ac0Copy full SHA for de95ac0
.github/workflows/docspublish.yml
@@ -31,7 +31,7 @@ jobs:
31
token: ${{ secrets.PERSONAL_ACCESS_TOKEN_FOR_ORG }}
32
file: "docs/README.md"
33
- name: Push doc to Github Page
34
- uses: peaceiris/actions-gh-pages@v2
+ uses: peaceiris/actions-gh-pages@v4
35
with:
36
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
37
publish_branch: gh-pages
0 commit comments