We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c010bf commit 1c1bc62Copy full SHA for 1c1bc62
.github/workflows/deploy-docs.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Deploy the website to the master branch
24
run: |
25
cd docs/.vuepress/dist
26
- git config user.name "GitHub Actions Bot"
27
- git config user.email "action@github.com"
+ git config user.name "Xavier Foucrier"
+ git config user.email "xavier.foucrier@gmail.com"
28
git init
29
git add -A
30
git commit -m "Deploy docs"
0 commit comments