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 960cf5d commit 14139c7Copy full SHA for 14139c7
.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 --global user.name "GitHub Actions Bot"
27
- git config --global user.email "action@github.com"
+ git config --global user.name "Xavier Foucrier"
+ git config --global user.email "xavier.foucrier@gmail.com"
28
git init
29
git add -A
30
git commit -m "Deploy docs"
0 commit comments