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