We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93e9b4 commit adb7b92Copy full SHA for adb7b92
.github/workflows/docspublish.yml
@@ -31,8 +31,10 @@ 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
38
- PUBLISH_DIR: ./site
+ personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+ publish_branch: gh-pages
+ publish_dir: ./site
39
+ user_name: "github-actions[bot]"
40
+ user_email: "github-actions[bot]@users.noreply.github.com"
0 commit comments