Skip to content

Commit adb7b92

Browse files
committed
ci(github-actions): update env var used in doc publish actions
it has been changed since peaceiris/actions-gh-pages@3
1 parent b93e9b4 commit adb7b92

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/docspublish.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
token: ${{ secrets.PERSONAL_ACCESS_TOKEN_FOR_ORG }}
3232
file: 'docs/README.md'
3333
- name: Push doc to Github Page
34-
uses: peaceiris/actions-gh-pages@v2
34+
uses: peaceiris/actions-gh-pages@v4
3535
env:
36-
PERSONAL_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
37-
PUBLISH_BRANCH: gh-pages
38-
PUBLISH_DIR: ./site
36+
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
37+
publish_branch: gh-pages
38+
publish_dir: ./site
39+
user_name: "github-actions[bot]"
40+
user_email: "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)