Skip to content

Commit 4a9bb46

Browse files
committed
Configure git identity for docs repo
1 parent 168573c commit 4a9bb46

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy-python-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ jobs:
9393
token: ${{ secrets.HUMEMAI_DOCS_TOKEN }}
9494
path: humemai-docs
9595

96+
- name: Configure Git (humemai-docs)
97+
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push'
98+
run: |
99+
git -C humemai-docs config user.name "github-actions[bot]"
100+
git -C humemai-docs config user.email "github-actions[bot]@users.noreply.github.com"
101+
96102
- name: Deploy with mike (set as latest)
97103
if: (github.event_name == 'workflow_dispatch' || github.event_name == 'push') && steps.version.outputs.set_latest == 'true'
98104
working-directory: humemai-docs

0 commit comments

Comments
 (0)