Skip to content

Commit 9ffdfe4

Browse files
committed
fix: doc generation workflow
1 parent f28d62d commit 9ffdfe4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/add-docs-to-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- name: Build Docs
3535
run: pnpm build:docs
3636

37+
- name: Add GH Identity
38+
run: |
39+
git config --global user.email "[email protected]"
40+
git config --global user.name "Mihály Tóth"
41+
3742
- name: Commit docs
3843
id: commit_docs
3944
run: |
@@ -52,4 +57,3 @@ jobs:
5257
git config user.name "github-actions[bot]"
5358
git config user.email "github-actions[bot]@users.noreply.github.com"
5459
git push origin HEAD:${GITHUB_HEAD_REF} --force-with-lease
55-

0 commit comments

Comments
 (0)