Skip to content

Commit 2b5e244

Browse files
authored
Update pages.yml
1 parent b549e19 commit 2b5e244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
path: ./public
6767
- name: Push to gh_pages branch
6868
run: |
69-
git config --global user.name 'github-actions[bot]'
70-
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
69+
git config --global user.name 'BachMacThanh'
70+
git config --global user.email 'BachMacThanh@example.com'
7171
git add public/*
7272
git commit -m 'Deploy to gh_pages branch'
7373
git push origin HEAD:gh_pages

0 commit comments

Comments
 (0)