Skip to content

Commit 38682d8

Browse files
committed
config git
1 parent 841d432 commit 38682d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
- name: Remove patch version
3232
run: echo "version_major_minor=${{ env.version }}" | awk -F. '{print $1"."$2}' >> "$GITHUB_ENV"
3333

34+
- name: Config git
35+
run: |
36+
git config --global user.name docs-bot
37+
git config --global user.email [email protected]
38+
3439
- name: Deploy docs
3540
run: npm run docs:deploy ${{ env.version_major_minor }}
3641

0 commit comments

Comments
 (0)