We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b549e19 commit 2b5e244Copy full SHA for 2b5e244
.github/workflows/pages.yml
@@ -66,8 +66,8 @@ jobs:
66
path: ./public
67
- name: Push to gh_pages branch
68
run: |
69
- git config --global user.name 'github-actions[bot]'
70
- git config --global user.email 'github-actions[bot]@users.noreply.github.com'
+ git config --global user.name 'BachMacThanh'
+ git config --global user.email 'BachMacThanh@example.com'
71
git add public/*
72
git commit -m 'Deploy to gh_pages branch'
73
git push origin HEAD:gh_pages
0 commit comments