Skip to content

Commit 67ee2ca

Browse files
committed
Fix auto-deploy docs 5
1 parent 12244ac commit 67ee2ca

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy_documentation.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
cache: 'pnpm'
2929
cache-dependency-path: adminforth/pnpm-lock.yaml
3030

31+
- name: Configure Git
32+
run: |
33+
git config --global user.name "${{ github.actor }}"
34+
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
35+
3136
- name: Install dependencies
3237
run: |
3338
pnpm i

0 commit comments

Comments
 (0)