We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93e9b4 commit c53114eCopy full SHA for c53114e
.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
env:
36
PERSONAL_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
37
PUBLISH_BRANCH: gh-pages
0 commit comments