Skip to content

Commit 1c1bc62

Browse files
Use Github user account instead
1 parent 6c010bf commit 1c1bc62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Deploy the website to the master branch
2424
run: |
2525
cd docs/.vuepress/dist
26-
git config user.name "GitHub Actions Bot"
27-
git config user.email "action@github.com"
26+
git config user.name "Xavier Foucrier"
27+
git config user.email "xavier.foucrier@gmail.com"
2828
git init
2929
git add -A
3030
git commit -m "Deploy docs"

0 commit comments

Comments
 (0)