We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef68ad8 commit f5994fbCopy full SHA for f5994fb
1 file changed
.github/workflows/deploy.yml
@@ -34,6 +34,11 @@ jobs:
34
- name: Build
35
run: npm run build
36
37
+ - name: Configure git author
38
+ run: |
39
+ git config user.name "github-actions[bot]"
40
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
41
+
42
- name: Publish to gh-pages branch
43
run: npx gh-pages -d dist -r https://x-access-token:${GH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
44
env:
0 commit comments