Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c0e41ca

Browse files
authored
ci(github-actions): update env var used in doc publish actions (#1058)
it has been changed since peaceiris/actions-gh-pages@3
1 parent 57e8e68 commit c0e41ca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/docspublish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- name: Push doc to Github Page
3434
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)